Class TreeConstNFAToDot

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.util.GraphvizDotBuilder

        org.eclipse.xtext.util.GraphvizDotBuilder.Digraph, org.eclipse.xtext.util.GraphvizDotBuilder.Edge, org.eclipse.xtext.util.GraphvizDotBuilder.Node, org.eclipse.xtext.util.GraphvizDotBuilder.Props
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • 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

      • TreeConstNFAToDot

        public TreeConstNFAToDot()
    • Method Detail

      • drawAbstractElementTree

        protected org.eclipse.xtext.util.GraphvizDotBuilder.Node drawAbstractElementTree​(AbstractElement grammarElement,
                                                                                         org.eclipse.xtext.util.GraphvizDotBuilder.Digraph digraph)
        Overrides:
        drawAbstractElementTree in class GrammarToDot
      • drawFollowerEdge

        protected org.eclipse.xtext.util.GraphvizDotBuilder.Edge drawFollowerEdge​(AbstractElement grammarElement,
                                                                                  TreeConstTransition transition,
                                                                                  boolean isParent)
      • setStatusStyle

        protected void setStatusStyle​(org.eclipse.xtext.util.GraphvizDotBuilder.Props properties,
                                      org.eclipse.xtext.parsetree.reconstr.impl.TreeConstState.Status status)
      • newNode

        protected org.eclipse.xtext.util.GraphvizDotBuilder.Node newNode​(org.eclipse.emf.ecore.EObject semanticObject,
                                                                         java.lang.String label)
        Overrides:
        newNode in class GrammarToDot