FileDocCategorySizeDatePackage
LLkGrammarAnalyzer.javaAPI DocGlassfish v2 API1525Wed Aug 30 15:34:08 BST 2006persistence.antlr

LLkGrammarAnalyzer

public interface LLkGrammarAnalyzer implements GrammarAnalyzer

Fields Summary
Constructors Summary
Methods Summary
public persistence.antlr.LookaheadFOLLOW(int k, persistence.antlr.RuleEndElement end)

public booleandeterministic(persistence.antlr.AlternativeBlock blk)

public booleandeterministic(persistence.antlr.OneOrMoreBlock blk)

public booleandeterministic(persistence.antlr.ZeroOrMoreBlock blk)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.GrammarAtom atom)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.OneOrMoreBlock blk)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.RuleBlock blk)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.RuleEndElement end)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.RuleRefElement rr)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.StringLiteralElement atom)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.SynPredBlock blk)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.TokenRangeElement end)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.TreeElement end)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.WildcardElement wc)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.ZeroOrMoreBlock blk)

public persistence.antlr.Lookaheadlook(int k, java.lang.String rule)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.ActionElement action)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.AlternativeBlock blk)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.BlockEndElement end)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.CharLiteralElement atom)

public persistence.antlr.Lookaheadlook(int k, persistence.antlr.CharRangeElement end)

public voidsetGrammar(persistence.antlr.Grammar g)

public booleansubruleCanBeInverted(persistence.antlr.AlternativeBlock blk, boolean forLexer)