| Package | Description |
|---|---|
| xtc.type |
| Modifier and Type | Method and Description |
|---|---|
VariableT.Kind |
VariableT.getKind()
Get the kind.
|
static VariableT.Kind |
VariableT.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableT.Kind[] |
VariableT.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VariableT.hasKind(VariableT.Kind kind)
Determine whether this variable has the specified kind.
|
| Constructor and Description |
|---|
VariableT(Type template,
Type type,
VariableT.Kind kind,
java.lang.String name)
Create a new variable type.
|
Copyright © 2014. All Rights Reserved.