org.datanucleus.enhancer.asm.method
Class JdoSetNormal
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.asm.ASMClassMethod
org.datanucleus.enhancer.asm.method.JdoSetNormal
public class JdoSetNormal
- extends ASMClassMethod
Method to generate the method "setZZZ" using ASM for NORMAL fields.
static void setZZZ(MyClass objPC, YYY zzz)
{
objPC.ZZZ = zzz;
}
|
Field Summary |
protected org.datanucleus.metadata.AbstractMemberMetaData |
fmd
Field that this setZZZ is for. |
|
Method Summary |
void |
execute()
Method to add the contents of the class method. |
fmd
protected org.datanucleus.metadata.AbstractMemberMetaData fmd
- Field that this setZZZ is for.
JdoSetNormal
public JdoSetNormal(ClassEnhancer enhancer,
org.datanucleus.metadata.AbstractMemberMetaData fmd)
- Constructor.
- Parameters:
enhancer - ClassEnhancerfmd - MetaData for the field we are generating for
execute
public void execute()
- Method to add the contents of the class method.
- Specified by:
execute in class ClassMethod
Copyright © 2012. All Rights Reserved.