Class ArrayDef
java.lang.Object
dev.quantumfusion.hyphen.codegen.def.MethodDef
dev.quantumfusion.hyphen.codegen.def.IndexedDef
dev.quantumfusion.hyphen.codegen.def.ArrayDef
- All Implemented Interfaces:
SerializerDef
-
Field Summary
FieldsFields inherited from class dev.quantumfusion.hyphen.codegen.def.IndexedDef
getterFunc, lengthFunc -
Constructor Summary
ConstructorsConstructorDescriptionArrayDef(SerializerHandler<?,?> handler, ArrayClazz clazz)ArrayDef(SerializerHandler<?,?> handler, Clazz clazz, Clazz component) -
Method Summary
Methods inherited from class dev.quantumfusion.hyphen.codegen.def.IndexedDef
getStaticSize, hasDynamicSize, loopArray, scan, writeMethodGet, writeMethodMeasure, writeMethodPutMethods inherited from class dev.quantumfusion.hyphen.codegen.def.MethodDef
writeGet, writeMeasure, writeMethods, writePut
-
Field Details
-
componentDef
-
component
-
-
Constructor Details
-
ArrayDef
-
ArrayDef
-
-
Method Details
-
writeGetConverter
- Specified by:
writeGetConverterin classIndexedDef
-