Uses of Interface
antlr.collections.Stack
-
Packages that use Stack Package Description antlr antlr.collections.impl -
-
Uses of Stack in antlr
Fields in antlr declared as Stack Modifier and Type Field Description protected StackMakeGrammar. blocksprotected StackTokenStreamSelector. streamStackUsed to track stack of input streams -
Uses of Stack in antlr.collections.impl
Classes in antlr.collections.impl that implement Stack Modifier and Type Class Description classLListA Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)
-