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

Packages that use KIFConjunction
org.eclipse.palamedes.kif.core.ast   
org.eclipse.palamedes.kif.core.ast.visitor   
 

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

Methods in org.eclipse.palamedes.kif.core.ast that return KIFConjunction
 KIFConjunction AST.newConjunction(KIFSent sentence, KIFSeq<KIFSent> sequence)
           
 KIFConjunction AST.newConjunction(KIFSeq<KIFSent> sequence)
           
 

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

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

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