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

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

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

Methods in org.eclipse.palamedes.kif.core.ast that return KIFNegation
 KIFNegation AST.newNegation(KIFSent sentence)
           
 

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

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

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