FileDocCategorySizeDatePackage
BlockWithImpliedExitPath.javaAPI DocGlassfish v2 API665Wed Aug 30 15:34:04 BST 2006persistence.antlr

BlockWithImpliedExitPath

public abstract class BlockWithImpliedExitPath extends AlternativeBlock

Fields Summary
protected int
exitLookaheadDepth
protected Lookahead[]
exitCache
lookahead to bypass block; set by deterministic(). 1..k of Lookahead
Constructors Summary
public BlockWithImpliedExitPath(Grammar g)


       
        super(g);
    
public BlockWithImpliedExitPath(Grammar g, Token start)

        super(g, start, false);
    
Methods Summary