Home | History | Annotate | Download | only in tree

Lines Matching refs:UP

15     UP: org.antlr.runtime.Token.UP
51 * corresponding UP node.
61 // current node is a subtree, skip to corresponding UP.
62 // must count nesting level to get right UP
66 !(tokenType===TP.UP && level===0) )
74 else if ( tokenType === TP.UP ) {
78 this.input.consume(); // consume UP
81 /** We have DOWN/UP nodes in the stream that have no line info; override.
106 if ( !org.antlr.lang.isValue(e.token) ) { // could be an UP/DOWN node