Uses of Class
org.eclipse.palamedes.kif.core.ast.KIFObjConst

Packages that use KIFObjConst
org.eclipse.palamedes.gdl.core.ast   
org.eclipse.palamedes.kif.core.ast   
org.eclipse.palamedes.kif.core.ast.visitor   
 

Uses of KIFObjConst in org.eclipse.palamedes.gdl.core.ast
 

Methods in org.eclipse.palamedes.gdl.core.ast that return types with arguments of type KIFObjConst
 KIFSeq<KIFObjConst> GDLForm.getRoleObjConst()
          This method returns all role object constants.
 

Uses of KIFObjConst in org.eclipse.palamedes.kif.core.ast
 

Methods in org.eclipse.palamedes.kif.core.ast that return KIFObjConst
 KIFObjConst AST.newObjConst(java.lang.String constName)
           
 

Methods in org.eclipse.palamedes.kif.core.ast with parameters of type KIFObjConst
protected  void KIFObjConst.copyMembers(KIFObjConst node)
           
abstract  void ASTVisitor.visit(KIFObjConst node)
           
 

Uses of KIFObjConst in org.eclipse.palamedes.kif.core.ast.visitor
 

Methods in org.eclipse.palamedes.kif.core.ast.visitor with parameters of type KIFObjConst
 void DefaultVisitor.visit(KIFObjConst node)