Package io.github.sandydunlop.markista.model
Class Node
java.lang.Object
io.github.sandydunlop.markista.model.Node
Nested Class Summary
Modifier and Type | Class | Description |
---|---|---|
Node.ModifierSorter |
Field Summary
Modifier and Type | Field | Description |
---|---|---|
String | simpleName | |
String | qualifiedName | |
String | packageName | |
Node | owner | |
Set<Modifier> | modifiers | |
private List<? extends DocTree> | fullBody | |
private List<? extends DocTree> | firstSentence | |
Deprecation | deprecation | |
private List<? extends DocTree> | body |
Constructor Summary
Constructor | Description |
---|---|
Node() |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
void | sortModifiers() | |
void | setFullBody(List doc) | |
void | setFirstSentence(List doc) | |
void | setBody(List doc) | |
String | getModifiers() | |
List<? extends DocTree> | getFullBody() | |
List<? extends DocTree> | getFirstSentence() | |
List<? extends DocTree> | getBody() |
Method Details
sortModifiers
void sortModifiers()
setFullBody
void setFullBody(List doc)
setFirstSentence
void setFirstSentence(List doc)
setBody
void setBody(List doc)
getModifiers
String getModifiers()
getFullBody
List<? extends DocTree> getFullBody()
getFirstSentence
List<? extends DocTree> getFirstSentence()
getBody
List<? extends DocTree> getBody()