Uses of Class
com.pnfsoftware.jeb.core.units.impl.MetaComment
Packages that use MetaComment
Package
Description
Standard implementations of basic units objects.
-
Uses of MetaComment in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return types with arguments of type MetaCommentModifier and TypeMethodDescriptionAbstractCommentManager.getMetaComments(String address) Retrieve meta-comments at the provided address.AbstractCommentManager.getMetaComments(String address, int flagsMustHave, int flagsCantHave) Retrieve meta-comments at the provided address filtered by flags.Comment.getMetaComments()Retrieve the meta-comments.Comment.getMetaComments(int flagsMustHave, int flagsCantHave) Retrieve meta-comments filtered by flags.AbstractCommentManager.getMetaComments2(C coord) Retrieve meta-comments at the provided coordinate.AbstractCommentManager.getMetaComments2(C coord, int flagsMustHave, int flagsCantHave) Retrieve meta-comments at the provided coordinate filtered by flags.Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type MetaCommentModifier and TypeMethodDescriptionbooleanAbstractCommentManager.addMetaComment(String address, MetaComment c, boolean notify) Add a meta-comment at the provided address.booleanAbstractCommentManager.addMetaComment2(C coord, MetaComment c, boolean notify) Add a meta-comment at the provided coordinate.AbstractCommentManager.formatMetaComment(MetaComment c) Format a meta-comment for display.booleanAbstractCommentManager.removeMetaComment(String address, MetaComment c, boolean notify) Remove a meta-comment at the provided address.booleanAbstractCommentManager.removeMetaComment2(C coord, MetaComment c, boolean notify) Remove a meta-comment at the provided coordinate.Constructors in com.pnfsoftware.jeb.core.units.impl with parameters of type MetaCommentConstructor parameters in com.pnfsoftware.jeb.core.units.impl with type arguments of type MetaCommentModifierConstructorDescriptionComment(String inline, String pre, Collection<MetaComment> metacoll) Create a comment.