org.datanucleus.enhancer.asm.method
Class NormalGet
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.asm.ASMClassMethod
org.datanucleus.enhancer.asm.method.NormalGet
public class NormalGet
- extends ASMClassMethod
Method to generate the method "jdoGetZZZ" using ASM for NORMAL_GET fields.
static YYY jdoGetZZZ(MyClass objPC)
{
return objPC.ZZZ;
}
- Version:
- $Revision: 1.6 $
|
Field Summary |
protected org.datanucleus.metadata.AbstractMemberMetaData |
fmd
Field that this jdoGetXXX is for. |
|
Constructor Summary |
NormalGet(ClassEnhancer enhancer,
org.datanucleus.metadata.AbstractMemberMetaData fmd)
Constructor. |
|
Method Summary |
void |
execute()
Method to add the contents of the class method. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
fmd
protected org.datanucleus.metadata.AbstractMemberMetaData fmd
- Field that this jdoGetXXX is for.
NormalGet
public NormalGet(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 © 2009. All Rights Reserved.