接口 FieldTypeCustomizer
-
- 所有超级接口:
KeyFactoryCustomizer
public interface FieldTypeCustomizer extends KeyFactoryCustomizer
Customizes key types forKeyFactoryright in constructor.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidcustomize(CodeEmitter e, int index, org.objectweb.asm.Type type)Customizesthis.FIELD_0 = ?assignment in key constructororg.objectweb.asm.TypegetOutType(int index, org.objectweb.asm.Type type)Computes type of field for storing given parameter
-
-
-
方法详细资料
-
customize
void customize(CodeEmitter e, int index, org.objectweb.asm.Type type)
Customizesthis.FIELD_0 = ?assignment in key constructor- 参数:
e- code emitterindex- parameter indextype- parameter type
-
getOutType
org.objectweb.asm.Type getOutType(int index, org.objectweb.asm.Type type)Computes type of field for storing given parameter- 参数:
index- parameter indextype- parameter type
-
-