FileDocCategorySizeDatePackage
RuleEndElement.javaAPI DocGlassfish v2 API801Wed Aug 30 15:34:10 BST 2006persistence.antlr

RuleEndElement

public class RuleEndElement extends BlockEndElement
Contains a list of all places that reference this enclosing rule. Useful for FOLLOW computations.

Fields Summary
protected Lookahead[]
cache
protected boolean
noFOLLOW
Constructors Summary
public RuleEndElement(Grammar g)

        super(g);
        cache = new Lookahead[g.maxk + 1];
    
Methods Summary
public persistence.antlr.Lookaheadlook(int k)

        return grammar.theLLkAnalyzer.look(k, this);
    
public java.lang.StringtoString()

        //return " [RuleEnd]";
        return "";