Package antlr
Class BlockEndElement
java.lang.Object
antlr.GrammarElement
antlr.AlternativeElement
antlr.BlockEndElement
- Direct Known Subclasses:
RuleEndElement
All alternative blocks are "terminated" by BlockEndElements unless
they are rule blocks (in which case they use RuleEndElement).
-
Field Summary
FieldsFields inherited from class antlr.AlternativeElement
autoGenType, enclosingRuleName, next
Fields inherited from class antlr.GrammarElement
AUTO_GEN_BANG, AUTO_GEN_CARET, AUTO_GEN_NONE, column, grammar, line
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class antlr.AlternativeElement
getAutoGenType, getLabel, setAutoGenType, setLabel
Methods inherited from class antlr.GrammarElement
generate, getColumn, getLine
-
Field Details
-
lock
protected boolean[] lock -
block
-
-
Constructor Details
-
BlockEndElement
-
-
Method Details
-
look
- Overrides:
look
in classGrammarElement
-
toString
- Specified by:
toString
in classGrammarElement
-