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

Packages that use KIFComment
org.eclipse.palamedes.kif.core.ast   
 

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

Methods in org.eclipse.palamedes.kif.core.ast that return KIFComment
 KIFComment AST.newComment(java.lang.String comment)
           
 

Methods in org.eclipse.palamedes.kif.core.ast that return types with arguments of type KIFComment
 java.util.List<KIFComment> KIFForm.getComments()
           
 

Methods in org.eclipse.palamedes.kif.core.ast with parameters of type KIFComment
protected  void KIFComment.copyMembers(KIFComment node)