( int i )
| 96 | return children[i]; |
| 97 | } |
| 98 | public SimpleNode getChild( int i ) { |
| 99 | return (SimpleNode)jjtGetChild(i); |
| 100 | } |
| 101 | |
| 102 | public int jjtGetNumChildren() { |
| 103 | return (children == null) ? 0 : children.length; |
nothing calls this directly
no test coverage detected