antlr
Class BlockEndElement
java.lang.Object
|
+--antlr.GrammarElement
|
+--antlr.AlternativeElement
|
+--antlr.BlockEndElement
- Direct Known Subclasses:
- RuleEndElement
- class BlockEndElement
- extends AlternativeElement
All alternative blocks are "terminated" by BlockEndElements unless
they are rule blocks (in which case they use RuleEndElement).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
lock
protected boolean[] lock
block
protected AlternativeBlock block
next
AlternativeElement next
autoGenType
protected int autoGenType
enclosingRuleName
protected java.lang.String enclosingRuleName
AUTO_GEN_NONE
public static final int AUTO_GEN_NONE
- See Also:
- Constant Field Values
AUTO_GEN_CARET
public static final int AUTO_GEN_CARET
- See Also:
- Constant Field Values
AUTO_GEN_BANG
public static final int AUTO_GEN_BANG
- See Also:
- Constant Field Values
grammar
protected Grammar grammar
line
protected int line
BlockEndElement
public BlockEndElement(Grammar g)
look
public Lookahead look(int k)
- Overrides:
look
in class GrammarElement
toString
public java.lang.String toString()
- Specified by:
toString
in class GrammarElement
getAutoGenType
public int getAutoGenType()
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
generate
public void generate()
getLine
public int getLine()