public interface GrammarEngineDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
engineAnalyzeCompleted() |
org.antlr.Tool |
getANTLRTool() |
String |
getGrammarFileName() |
String |
getGrammarText() |
String |
getTokenVocabFile(String name) |
void |
gotoToRule(String grammar,
String name) |
void |
reportError(Exception e) |
void |
reportError(String error) |
Copyright © 2013. All rights reserved.