This method tells the node to add its argument to the node's list of children.
(Node n, int i)
| 59 | list of children. |
| 60 | */ |
| 61 | public void jjtAddChild(Node n, int i); |
| 62 | |
| 63 | /** |
| 64 | This method returns a child node. The children are numbered |
no outgoing calls
no test coverage detected