antlr

Class RuleEndElement

class RuleEndElement extends BlockEndElement

Contains a list of all places that reference this enclosing rule. Useful for FOLLOW computations.
Field Summary
protected Lookahead[]cache
protected booleannoFOLLOW
Constructor Summary
RuleEndElement(Grammar g)
Method Summary
Lookaheadlook(int k)
StringtoString()

Field Detail

cache

protected Lookahead[] cache

noFOLLOW

protected boolean noFOLLOW

Constructor Detail

RuleEndElement

public RuleEndElement(Grammar g)

Method Detail

look

public Lookahead look(int k)

toString

public String toString()