Uses of Class
org.cakelab.blender.metac.CType
-
Packages that use CType Package Description org.cakelab.blender.generator.utils org.cakelab.blender.metac org.cakelab.blender.typemap -
-
Uses of CType in org.cakelab.blender.generator.utils
Methods in org.cakelab.blender.generator.utils with parameters of type CType Modifier and Type Method Description protected java.lang.String
FieldVisitor. getClassTypeName(CType ctype, JavaType jtype)
protected java.lang.String
FieldVisitor. getFieldType(CType ctype, JavaType jtype)
protected java.lang.Class<?>
FieldVisitor. getScalarJavaObjectType(CType ctype, JavaType jtype)
protected java.lang.String
FieldVisitor. getTemplateParameter(CType ctype, JavaType jtype)
protected java.lang.String
FieldVisitor. getTypeList(JavaType jtype, CType ctype)
-
Uses of CType in org.cakelab.blender.metac
Subclasses of CType in org.cakelab.blender.metac Modifier and Type Class Description class
CStruct
Stores type information of a struct.Fields in org.cakelab.blender.metac declared as CType Modifier and Type Field Description protected CType
CType. referencedType
This is the type of component in case of an array or the target type in case of a pointer.Methods in org.cakelab.blender.metac that return CType Modifier and Type Method Description CType
CMetaModel. getArrayType(java.lang.String typename, java.lang.String typespec)
CType
CType. getReferencedType()
In case of a pointer, this will return the type of elements, the pointer points to.CType
CField. getType()
CType
CMetaModel. getType(java.lang.String typeSignature)
Retrieve a type description for a given type signature.Constructors in org.cakelab.blender.metac with parameters of type CType Constructor Description CField(java.lang.String name, CType ctype)
-
Uses of CType in org.cakelab.blender.typemap
Constructors in org.cakelab.blender.typemap with parameters of type CType Constructor Description JavaType(CType ctype)
-