| Package | Description |
|---|---|
| reader | |
| templateInput | |
| templateInput.definition |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportResolver.resolveAndSetImport(com.github.javaparser.ast.type.Type type,
TypeDefinition variable)
Deprecated.
Use resolveImports instead.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassContainer
Container class for everything defined within a class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDefinition
Describes a class.
|
class |
FlowReceiverDefinition
VariableDefinition receiving a flow
|
class |
InitializedTypeDefinition
Contains fields required to initialize a type inside a template.
|
class |
MethodDefinition
Describes a method that is read from a java file by JavaParser.
|
class |
VariableDefinition
This represents the definition of a variable inside a java class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TypeDefinition.compareTo(TypeDefinition o) |
| Constructor and Description |
|---|
TypeDefinition(TypeDefinition type)
Copy constructor
|
Copyright © 2019. All rights reserved.