This method returns a child node. The children are numbered from zero, left to right.
(int i)
| 59 | * This method returns a child node. The children are numbered from zero, left to right. |
| 60 | */ |
| 61 | Node jjtGetChild(int i); |
| 62 | |
| 63 | /** Return the number of children the node has. */ |
| 64 | int jjtGetNumChildren(); |
no outgoing calls
no test coverage detected