Package io.github.sandydunlop.markista.model
Class TypeNode
java.lang.Object
io.github.sandydunlop.markista.model.Node
io.github.sandydunlop.markista.model.TypeNode
Field Summary
Modifier and Type | Field | Description |
---|---|---|
List<String> | supertypes | |
List<MethodNode> | methods | |
List<InterfaceNode> | interfaces | |
List<String> | implementedInterfaces | |
String | fullDescription | |
List<FieldNode> | fields | |
List<ExceptionNode> | exceptionClasses | |
List<EnumNode> | enumClasses | |
List<MethodNode> | constructors | |
List<ClassNode> | classes | |
List<AnnotationNode> | annotationClasses |
Constructor Summary
Constructor | Description |
---|---|
TypeNode(String qualifiedName, String simpleName, String packageName) |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
void | sort() |
Method Details
sort
void sort()