Package | Description |
---|---|
org.cakelab.blender.metac |
Modifier and Type | Field and Description |
---|---|
protected CType.CKind |
CType.kind
Kind of that type.
|
Modifier and Type | Method and Description |
---|---|
CType.CKind |
CType.getKind() |
static CType.CKind |
CType.CKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CType.CKind[] |
CType.CKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CType(java.lang.String typesig,
CType.CKind kind) |
CType(java.lang.String typesig,
CType.CKind kind,
int size32,
int size64) |