org.cesta.parsers.dot
Class DotTree.subgraph_return

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

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


Field Summary
 DotTree.SubGraph subGraphObj
           
 
Fields inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
start
 
Constructor Summary
DotTree.subgraph_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

subGraphObj

public DotTree.SubGraph subGraphObj
Constructor Detail

DotTree.subgraph_return

public DotTree.subgraph_return()
Method Detail

getTree

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