public interface FieldTypeCustomizer extends KeyFactoryCustomizer
KeyFactory
right in constructor.Modifier and Type | Method and Description |
---|---|
void |
customize(CodeEmitter e,
int index,
org.objectweb.asm.Type type)
Customizes
this.FIELD_0 = ? assignment in key constructor |
org.objectweb.asm.Type |
getOutType(int index,
org.objectweb.asm.Type type)
Computes type of field for storing given parameter
|
void customize(CodeEmitter e, int index, org.objectweb.asm.Type type)
this.FIELD_0 = ?
assignment in key constructore
- code emitterindex
- parameter indextype
- parameter typeorg.objectweb.asm.Type getOutType(int index, org.objectweb.asm.Type type)
index
- parameter indextype
- parameter typeCopyright © 2019. All rights reserved.