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

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

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

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

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

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

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