org.cesta.parsers.dot
Class DotTree.graph_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.tree.TreeRuleReturnScope
          extended by org.cesta.parsers.dot.DotTree.graph_return
Enclosing class:
DotTree

public static class DotTree.graph_return
extends org.antlr.runtime.tree.TreeRuleReturnScope


Field Summary
 DotTree.Graph graphObj
           
 
Fields inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
start
 
Constructor Summary
DotTree.graph_return()
           
 
Method Summary
 java.lang.Object getTree()
           
 
Methods inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
getStart
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getStop, getTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphObj

public DotTree.Graph graphObj
Constructor Detail

DotTree.graph_return

public DotTree.graph_return()
Method Detail

getTree

public java.lang.Object getTree()
Overrides:
getTree in class org.antlr.runtime.RuleReturnScope