Modifier and Type | Method and Description |
---|---|
static Type.Kind |
Type.Kind.fromOrdinal(int ordinal) |
abstract Type.Kind |
Type.kind()
Returns the kind of Type this is.
|
Type.Kind |
PrimitiveType.kind() |
Type.Kind |
WildcardType.kind() |
Type.Kind |
ClassType.kind() |
Type.Kind |
VoidType.kind() |
Type.Kind |
UnresolvedTypeVariable.kind() |
Type.Kind |
ParameterizedType.kind() |
Type.Kind |
ArrayType.kind() |
Type.Kind |
TypeVariable.kind() |
static Type.Kind |
Type.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.Kind[] |
Type.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Type |
Type.create(DotName name,
Type.Kind kind)
Creates a type instance of the specified kind.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.