public class Bodier
extends java.lang.Object
Constructor and Description |
---|
Bodier(LeafType type,
java.util.Set<VisibilityModifier> hides) |
Modifier and Type | Method and Description |
---|---|
void |
addFieldOrMethod(java.lang.String s,
IEntity leaf) |
TextBlock |
getBody(FontParam fontParam,
ISkinParam skinParam,
boolean showMethods,
boolean showFields,
Stereotype stereotype) |
java.util.List<Member> |
getFieldsToDisplay() |
java.util.List<Member> |
getMethodsToDisplay() |
java.util.List<java.lang.String> |
getRawBody() |
boolean |
hasUrl() |
void |
muteClassToObject() |
void |
setLeaf(ILeaf leaf) |
public Bodier(LeafType type, java.util.Set<VisibilityModifier> hides)
public void muteClassToObject()
public void setLeaf(ILeaf leaf)
public void addFieldOrMethod(java.lang.String s, IEntity leaf)
public java.util.List<Member> getMethodsToDisplay()
public java.util.List<Member> getFieldsToDisplay()
public boolean hasUrl()
public TextBlock getBody(FontParam fontParam, ISkinParam skinParam, boolean showMethods, boolean showFields, Stereotype stereotype)
public java.util.List<java.lang.String> getRawBody()