antlr

Class BlockEndElement

class BlockEndElement extends AlternativeElement

All alternative blocks are "terminated" by BlockEndElements unless they are rule blocks (in which case they use RuleEndElement).
Field Summary
protected AlternativeBlockblock
protected boolean[]lock
Constructor Summary
BlockEndElement(Grammar g)
Method Summary
Lookaheadlook(int k)
StringtoString()

Field Detail

block

protected AlternativeBlock block

lock

protected boolean[] lock

Constructor Detail

BlockEndElement

public BlockEndElement(Grammar g)

Method Detail

look

public Lookahead look(int k)

toString

public String toString()