Class GetNormal
java.lang.Object
org.datanucleus.enhancer.ClassMethod
org.datanucleus.enhancer.methods.GetNormal
Method to generate the method "dnGetZZZ" using ASM for NORMAL_GET fields.
static YYY dnGetZZZ(MyClass objPC)
{
return objPC.ZZZ;
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AbstractMemberMetaDataField that this dnGetXXX is for.Fields inherited from class ClassMethod
access, argNames, argTypes, enhancer, exceptions, methodName, returnType, visitor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ClassMethod
close, equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialise
-
Field Details
-
fmd
Field that this dnGetXXX is for.
-
-
Constructor Details
-
GetNormal
Constructor.- Parameters:
enhancer- ClassEnhancerfmd- MetaData for the field we are generating for
-
-
Method Details
-
execute
public void execute()Method to add the contents of the class method.- Specified by:
executein classClassMethod
-