Package org.cakelab.blender.metac
Class CStruct
- java.lang.Object
-
- org.cakelab.blender.metac.CType
-
- org.cakelab.blender.metac.CStruct
-
public class CStruct extends CType
Stores type information of a struct.- Author:
- homac
- See Also:
CMetaModel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cakelab.blender.metac.CType
CType.CKind
-
-
Field Summary
-
Fields inherited from class org.cakelab.blender.metac.CType
arrayLength, kind, referencedType, signature, size32, size64
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addField(CField cfield)
CField
getField(java.lang.String name)
warning: lookup not optimised! Linear search!java.util.ArrayList<CField>
getFields()
int
getSdnaIndex()
-
Methods inherited from class org.cakelab.blender.metac.CType
getArrayLength, getKind, getReferencedType, getSignature, getTotalNumArrayElems, sizeof
-
-
-
-
Constructor Detail
-
CStruct
public CStruct(DNAStruct bstruct)
-
-