接口 FieldTypeCustomizer
- 所有超级接口:
KeyFactoryCustomizer
Customizes key types for
KeyFactory right in constructor.-
方法概要
修饰符和类型方法说明voidcustomize(CodeEmitter e, int index, Type type) Customizesthis.FIELD_0 = ?assignment in key constructorgetOutType(int index, Type type) Computes type of field for storing given parameter
-
方法详细资料
-
customize
Customizesthis.FIELD_0 = ?assignment in key constructor- 参数:
e- code emitterindex- parameter indextype- parameter type
-
getOutType
Computes type of field for storing given parameter- 参数:
index- parameter indextype- parameter type
-