Package | Description |
---|---|
org.cakelab.blender.generator.utils | |
org.cakelab.blender.metac | |
org.cakelab.blender.typemap |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
CStruct
Stores type information of a struct.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
CField(java.lang.String name,
CType ctype) |
Constructor and Description |
---|
JavaType(CType ctype) |