Uses of Class
com.pnfsoftware.jeb.core.units.impl.Comment
Packages that use Comment
Package
Description
Specialized text document useful for code units.
Standard implementations of basic units objects.
-
Uses of Comment in com.pnfsoftware.jeb.core.output.code
Methods in com.pnfsoftware.jeb.core.output.code with parameters of type CommentModifier and TypeMethodDescriptionbooleanCommentGenerator.genInline(ICodeCoordinates coord, Comment c, int metaFlagsMustHave, int metaFlagsCantHave, String additions) booleanCommentGenerator.genPre(ICodeCoordinates coord, Comment c, String additions) -
Uses of Comment in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return CommentModifier and TypeMethodDescriptionAbstractCommentManager.getComment(String address) AbstractCommentManager.getComment2(C coord) Methods in com.pnfsoftware.jeb.core.units.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionAbstractCommentManager.getComments()AbstractCommentManager.getComments2()Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type CommentModifier and TypeMethodDescriptionbooleanAbstractCommentManager.setComment(String address, Comment comment, boolean notify) booleanAbstractCommentManager.setComment2(C coord, Comment comment, boolean notify) Method parameters in com.pnfsoftware.jeb.core.units.impl with type arguments of type Comment