Uses of Class
com.pnfsoftware.jeb.core.units.impl.Comment
Packages that use Comment
Package
Description
Specialized text-document types and helpers 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) Retrieve the comment at the provided address.AbstractCommentManager.getComment2(C coord) Retrieve the comment at the provided coordinate.Methods in com.pnfsoftware.jeb.core.units.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionAbstractCommentManager.getComments()Retrieve comments keyed by string address.AbstractCommentManager.getComments2()Retrieve comments keyed by custom coordinate.Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type CommentModifier and TypeMethodDescriptionbooleanAbstractCommentManager.setComment(String address, Comment comment, boolean notify) Set or delete the comment at the provided address.booleanAbstractCommentManager.setComment2(C coord, Comment comment, boolean notify) Set or delete the comment at the provided coordinate.Method parameters in com.pnfsoftware.jeb.core.units.impl with type arguments of type Comment