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 TypeMethodDescriptionboolean
AbstractCommentManager.addMetaComment
(String address, MetaComment c, boolean notify) boolean
AbstractCommentManager.addMetaComment2
(C coord, MetaComment c, boolean notify) AbstractCommentManager.formatMetaComment
(MetaComment c) boolean
AbstractCommentManager.removeMetaComment
(String address, MetaComment c, boolean notify) boolean
AbstractCommentManager.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)