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) AbstractCommentManager.getMetaComments(String address, int flagsMustHave, int flagsCantHave) Comment.getMetaComments()Comment.getMetaComments(int flagsMustHave, int flagsCantHave) AbstractCommentManager.getMetaComments2(C coord) AbstractCommentManager.getMetaComments2(C coord, int flagsMustHave, int flagsCantHave) Methods in com.pnfsoftware.jeb.core.units.impl with parameters of type MetaCommentModifier and TypeMethodDescriptionbooleanAbstractCommentManager.addMetaComment(String address, MetaComment c, boolean notify) booleanAbstractCommentManager.addMetaComment2(C coord, MetaComment c, boolean notify) AbstractCommentManager.formatMetaComment(MetaComment c) booleanAbstractCommentManager.removeMetaComment(String address, MetaComment c, boolean notify) booleanAbstractCommentManager.removeMetaComment2(C coord, MetaComment c, boolean notify) 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)