Public Member Functions | |
| int | height () |
| Object | pop () throws NoSuchElementException |
| void | push (Object o) |
| Object | top () throws NoSuchElementException |
A simple stack definition; restrictive in that you cannot access arbitrary stack elements.
| int antlr.collections.Stack.height | ( | ) |
Implemented in antlr.collections.impl.LList.
Referenced by antlr.MakeGrammar.context().
| Object antlr.collections.Stack.pop | ( | ) | throws NoSuchElementException |
| void antlr.collections.Stack.push | ( | Object | o | ) |
Implemented in antlr.collections.impl.LList.
Referenced by antlr.MakeGrammar.beginSubRule(), antlr.MakeGrammar.beginTree(), antlr.MakeGrammar.defineRuleName(), antlr.MakeGrammar.oneOrMoreSubRule(), antlr.TokenStreamSelector.push(), antlr.MakeGrammar.synPred(), and antlr.MakeGrammar.zeroOrMoreSubRule().
| Object antlr.collections.Stack.top | ( | ) | throws NoSuchElementException |
Implemented in antlr.collections.impl.LList.
Referenced by antlr.MakeGrammar.context().
1.7.0