org.eclipse.xtext.parsetree.reconstr.impl
Class TraceToDot

java.lang.Object
  extended by org.eclipse.xtext.util.GraphvizDotBuilder
      extended by org.eclipse.xtext.GrammarToDot
          extended by org.eclipse.xtext.parsetree.reconstr.impl.TreeConstNFAToDot
              extended by org.eclipse.xtext.parsetree.reconstr.impl.TraceToDot

public class TraceToDot
extends TreeConstNFAToDot

Author:
Moritz Eysholdt - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.util.GraphvizDotBuilder
GraphvizDotBuilder.Digraph, GraphvizDotBuilder.Edge, GraphvizDotBuilder.Node, GraphvizDotBuilder.Props
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstNFAToDot
nfaProvider
 
Fields inherited from class org.eclipse.xtext.GrammarToDot
aeSwitch
 
Fields inherited from class org.eclipse.xtext.util.GraphvizDotBuilder
log
 
Constructor Summary
TraceToDot()
           
 
Method Summary
protected  GraphvizDotBuilder.Props drawObject(java.lang.Object obj)
           
protected  GraphvizDotBuilder.Digraph drawPTC(TreeConstructionReportImpl report)
           
 
Methods inherited from class org.eclipse.xtext.parsetree.reconstr.impl.TreeConstNFAToDot
drawAbstractElementTree, drawFollowerEdge, newNode, setStatusStyle
 
Methods inherited from class org.eclipse.xtext.GrammarToDot
drawGrammar, drawGrammarContainementEdge, drawRule
 
Methods inherited from class org.eclipse.xtext.util.GraphvizDotBuilder
draw, draw, draw, draw, getGraphvizBinary, id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceToDot

public TraceToDot()
Method Detail

drawObject

protected GraphvizDotBuilder.Props drawObject(java.lang.Object obj)
Overrides:
drawObject in class GrammarToDot

drawPTC

protected GraphvizDotBuilder.Digraph drawPTC(TreeConstructionReportImpl report)