public class GrammarDebuggerDelegate extends Object implements DebuggerDelegate
| Constructor and Description |
|---|
GrammarDebuggerDelegate(GrammarWindow window) |
| 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() |
public GrammarDebuggerDelegate(GrammarWindow window)
public GrammarEngine getGrammarEngine()
getGrammarEngine in interface DebuggerDelegatepublic String getGrammarName()
getGrammarName in interface DebuggerDelegatepublic void debuggerStarted()
debuggerStarted in interface DebuggerDelegatepublic void debuggerStopped()
debuggerStopped in interface DebuggerDelegatepublic void debuggerSetLocation(String grammar, int line, int column)
debuggerSetLocation in interface DebuggerDelegatepublic void debuggerSelectText(String grammar, int line, int column)
debuggerSelectText in interface DebuggerDelegatepublic XJDocument getDocument()
getDocument in interface DebuggerDelegatepublic List<ElementRule> getRules()
getRules in interface DebuggerDelegatepublic List<ElementRule> getSortedRules()
getSortedRules in interface DebuggerDelegatepublic boolean ensureDocumentSaved()
ensureDocumentSaved in interface DebuggerDelegatepublic CodeGenerate getCodeGenerate()
getCodeGenerate in interface DebuggerDelegatepublic String getTokenVocab()
getTokenVocab in interface DebuggerDelegatepublic Container getContainer()
getContainer in interface DebuggerDelegatepublic Console getConsole()
getConsole in interface DebuggerDelegatepublic List<ElementBlock> getBlocks()
getBlocks in interface DebuggerDelegatepublic Map<Integer,Set<String>> getBreakpoints()
getBreakpoints in interface DebuggerDelegatepublic ContextualMenuFactory createContextualMenuFactory()
createContextualMenuFactory in interface DebuggerDelegatepublic void selectConsoleTab()
selectConsoleTab in interface DebuggerDelegateCopyright © 2013. All rights reserved.