FileDocCategorySizeDatePackage
BlockEndElement.javaAPI DocGlassfish v2 API816Wed Aug 30 15:34:04 BST 2006persistence.antlr

BlockEndElement

public class BlockEndElement extends AlternativeElement
All alternative blocks are "terminated" by BlockEndElements unless they are rule blocks (in which case they use RuleEndElement).

Fields Summary
protected boolean[]
lock
protected AlternativeBlock
block
Constructors Summary
public BlockEndElement(Grammar g)

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

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

        //return " [BlkEnd]";
        return "";