edu.cs.ai.kreator.parser.groundatom
Class GroundAtomWalker.predicate_return

java.lang.Object
  extended by org.antlr.runtime.RuleReturnScope
      extended by org.antlr.runtime.tree.TreeRuleReturnScope
          extended by edu.cs.ai.kreator.parser.groundatom.GroundAtomWalker.predicate_return
Enclosing class:
GroundAtomWalker

public static class GroundAtomWalker.predicate_return
extends org.antlr.runtime.tree.TreeRuleReturnScope


Field Summary
 int line
           
 int pos
           
 GeneralizedPredicate value
           
 
Fields inherited from class org.antlr.runtime.tree.TreeRuleReturnScope
start
 
Constructor Summary
GroundAtomWalker.predicate_return()
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.RuleReturnScope
getStart, getStop, getTemplate, getTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public GeneralizedPredicate value

line

public int line

pos

public int pos
Constructor Detail

GroundAtomWalker.predicate_return

public GroundAtomWalker.predicate_return()