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 Stack
MakeGrammar. blocks
protected Stack
TokenStreamSelector. streamStack
Used 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 class
LList
A Linked List Implementation (not thread-safe for simplicity) (adds to the tail) (has an enumeration)
-