org.datanucleus.enhancer.asm.method
Class JdoGetNormal
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.asm.ASMClassMethod
org.datanucleus.enhancer.asm.method.JdoGetNormal
public class JdoGetNormal
- extends ASMClassMethod
Method to generate the method "jdoGetZZZ" using ASM for NORMAL_GET fields.
static YYY jdoGetZZZ(MyClass objPC)
{
return objPC.ZZZ;
}
|
Field Summary |
protected org.datanucleus.metadata.AbstractMemberMetaData |
fmd
Field that this jdoGetXXX 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 jdoGetXXX is for.
JdoGetNormal
public JdoGetNormal(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.