ToolErrorHandlerpublic interface ToolErrorHandler
Methods Summary |
---|
public void | warnAltAmbiguity(persistence.antlr.Grammar grammar, persistence.antlr.AlternativeBlock blk, boolean lexicalAnalysis, int depth, persistence.antlr.Lookahead[] sets, int altIdx1, int altIdx2)Issue a warning about ambiguity between a alternates
| public void | warnAltExitAmbiguity(persistence.antlr.Grammar grammar, persistence.antlr.BlockWithImpliedExitPath blk, boolean lexicalAnalysis, int depth, persistence.antlr.Lookahead[] sets, int altIdx)Issue a warning about ambiguity between an alternate and exit path.
|
|