public class TreeConstNFAToDot extends GrammarToDot
| Modifier and Type | Field and Description |
|---|---|
protected IGrammarNFAProvider<TreeConstState,TreeConstTransition> |
nfaProvider |
aeSwitch| Constructor and Description |
|---|
TreeConstNFAToDot() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.xtext.util.GraphvizDotBuilder.Node |
drawAbstractElementTree(AbstractElement grammarElement,
org.eclipse.xtext.util.GraphvizDotBuilder.Digraph digraph) |
protected org.eclipse.xtext.util.GraphvizDotBuilder.Edge |
drawFollowerEdge(AbstractElement grammarElement,
TreeConstTransition transition,
boolean isParent) |
protected org.eclipse.xtext.util.GraphvizDotBuilder.Node |
newNode(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.String label) |
protected void |
setStatusStyle(org.eclipse.xtext.util.GraphvizDotBuilder.Props properties,
org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState.Status status) |
drawGrammar, drawGrammarContainementEdge, drawObject, drawRuleprotected IGrammarNFAProvider<TreeConstState,TreeConstTransition> nfaProvider
protected org.eclipse.xtext.util.GraphvizDotBuilder.Node drawAbstractElementTree(AbstractElement grammarElement, org.eclipse.xtext.util.GraphvizDotBuilder.Digraph digraph)
drawAbstractElementTree in class GrammarToDotprotected org.eclipse.xtext.util.GraphvizDotBuilder.Edge drawFollowerEdge(AbstractElement grammarElement, TreeConstTransition transition, boolean isParent)
protected void setStatusStyle(org.eclipse.xtext.util.GraphvizDotBuilder.Props properties,
org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState.Status status)
protected org.eclipse.xtext.util.GraphvizDotBuilder.Node newNode(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.String label)
newNode in class GrammarToDot