tuffy.parse
Class MLNParser.scopingRule_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.ParserRuleReturnScope
          extended by tuffy.parse.MLNParser.scopingRule_return
Enclosing class:
MLNParser

public static class MLNParser.scopingRule_return
extends org.antlr.runtime.ParserRuleReturnScope


Field Summary
 ConjunctiveQuery cq
           
(package private)  java.lang.Object tree
           
 
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
 
Constructor Summary
MLNParser.scopingRule_return()
           
 
Method Summary
 java.lang.Object getTree()
           
 
Methods inherited from class org.antlr.runtime.ParserRuleReturnScope
getStart, getStop
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cq

public ConjunctiveQuery cq

tree

java.lang.Object tree
Constructor Detail

MLNParser.scopingRule_return

public MLNParser.scopingRule_return()
Method Detail

getTree

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