| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.references |
Lightweight representations for the various
JvmTypeReference
which offer some rich API. |
| Modifier and Type | Method and Description |
|---|---|
FunctionTypeKind |
UnboundTypeReference.getFunctionTypeKind() |
FunctionTypeKind |
ParameterizedTypeReference.getFunctionTypeKind() |
FunctionTypeKind |
LightweightTypeReference.getFunctionTypeKind() |
FunctionTypeKind |
CompoundTypeReference.getFunctionTypeKind() |
FunctionTypeKind |
FunctionTypes.getFunctionTypeKind(ParameterizedTypeReference typeReference) |
static FunctionTypeKind |
FunctionTypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionTypeKind[] |
FunctionTypeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.