| Modifier and Type | Method and Description |
|---|---|
CtType |
CtTypeJavaType.getType() |
CtType |
ParameterConfig.getType() |
CtType |
FieldConfig.getType() |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig |
ClassConfig.addField(String name,
CtType ctType) |
void |
MethodConfig.addParameter(String name,
CtType ctType) |
void |
MethodConfig.setResult(CtType result) |
void |
ParameterConfig.setType(CtType type) |
void |
FieldConfig.setType(CtType ctType) |
| Constructor and Description |
|---|
CtTypeJavaType(CtType type) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.