This method returns a child node. The children are numbered from zero, left to right.
(int i)
| 65 | from zero, left to right. |
| 66 | */ |
| 67 | public Node jjtGetChild(int i); |
| 68 | |
| 69 | /** |
| 70 | Return the number of children the node has. |
no outgoing calls
no test coverage detected