Uses of Class
org.cakelab.blender.metac.CType.CKind
-
Packages that use CType.CKind Package Description org.cakelab.blender.metac -
-
Uses of CType.CKind in org.cakelab.blender.metac
Fields in org.cakelab.blender.metac declared as CType.CKind Modifier and Type Field Description protected CType.CKind
CType. kind
Kind of that type.Methods in org.cakelab.blender.metac that return CType.CKind Modifier and Type Method 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.Constructors in org.cakelab.blender.metac with parameters of type CType.CKind Constructor Description CType(java.lang.String typesig, CType.CKind kind)
CType(java.lang.String typesig, CType.CKind kind, int size32, int size64)
-