| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractTypeDeclaration
A representation of the model object 'Abstract Type Declaration'.
|
interface |
AnnotationTypeDeclaration
A representation of the model object 'Annotation Type Declaration'.
|
interface |
ArrayType
A representation of the model object 'Array Type'.
|
interface |
ClassDeclaration
A representation of the model object 'Class Declaration'.
|
interface |
EnumDeclaration
A representation of the model object 'Enum Declaration'.
|
interface |
InterfaceDeclaration
A representation of the model object 'Interface Declaration'.
|
interface |
ParameterizedType
A representation of the model object 'Parameterized Type'.
|
interface |
PrimitiveType
A representation of the model object 'Primitive Type'.
|
interface |
PrimitiveTypeBoolean
A representation of the model object 'Primitive Type Boolean'.
|
interface |
PrimitiveTypeByte
A representation of the model object 'Primitive Type Byte'.
|
interface |
PrimitiveTypeChar
A representation of the model object 'Primitive Type Char'.
|
interface |
PrimitiveTypeDouble
A representation of the model object 'Primitive Type Double'.
|
interface |
PrimitiveTypeFloat
A representation of the model object 'Primitive Type Float'.
|
interface |
PrimitiveTypeInt
A representation of the model object 'Primitive Type Int'.
|
interface |
PrimitiveTypeLong
A representation of the model object 'Primitive Type Long'.
|
interface |
PrimitiveTypeShort
A representation of the model object 'Primitive Type Short'.
|
interface |
PrimitiveTypeVoid
A representation of the model object 'Primitive Type Void'.
|
interface |
TypeDeclaration
A representation of the model object 'Type Declaration'.
|
interface |
TypeParameter
A representation of the model object 'Type Parameter'.
|
interface |
UnresolvedAnnotationDeclaration
A representation of the model object 'Unresolved Annotation Declaration'.
|
interface |
UnresolvedClassDeclaration
A representation of the model object 'Unresolved Class Declaration'.
|
interface |
UnresolvedEnumDeclaration
A representation of the model object 'Unresolved Enum Declaration'.
|
interface |
UnresolvedInterfaceDeclaration
A representation of the model object 'Unresolved Interface Declaration'.
|
interface |
UnresolvedType
A representation of the model object 'Unresolved Type'.
|
interface |
UnresolvedTypeDeclaration
A representation of the model object 'Unresolved Type Declaration'.
|
interface |
WildCardType
A representation of the model object 'Wild Card Type'.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeAccess.getType()
Returns the value of the 'Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAccess.setType(Type value)
Sets the value of the '
Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
GetTypeRef.evaluate(ASTNode context,
ParameterValueList parameterValues) |
| Modifier and Type | Method and Description |
|---|---|
Type |
PrefuseGraphInput.getInputType()
Deprecated.
|
| Constructor and Description |
|---|
PrefuseGraphInput(Type type,
IJavaProject project)
Deprecated.
|