public interface DebuggerDelegate
| Modifier and Type | Method and Description |
|---|---|
ContextualMenuFactory |
createContextualMenuFactory() |
void |
debuggerSelectText(String grammar,
int line,
int column) |
void |
debuggerSetLocation(String grammar,
int line,
int column) |
void |
debuggerStarted() |
void |
debuggerStopped() |
boolean |
ensureDocumentSaved() |
List<ElementBlock> |
getBlocks() |
Map<Integer,Set<String>> |
getBreakpoints() |
CodeGenerate |
getCodeGenerate() |
Console |
getConsole() |
Container |
getContainer() |
XJDocument |
getDocument() |
GrammarEngine |
getGrammarEngine() |
String |
getGrammarName() |
List<ElementRule> |
getRules() |
List<ElementRule> |
getSortedRules() |
String |
getTokenVocab() |
void |
selectConsoleTab() |
GrammarEngine getGrammarEngine()
String getGrammarName()
void debuggerStarted()
void debuggerStopped()
void debuggerSetLocation(String grammar, int line, int column)
void debuggerSelectText(String grammar, int line, int column)
Container getContainer()
CodeGenerate getCodeGenerate()
String getTokenVocab()
Console getConsole()
List<ElementBlock> getBlocks()
XJDocument getDocument()
List<ElementRule> getRules()
List<ElementRule> getSortedRules()
boolean ensureDocumentSaved()
ContextualMenuFactory createContextualMenuFactory()
void selectConsoleTab()
Copyright © 2013. All rights reserved.