Class GetNormal


  • public class GetNormal
    extends ClassMethod
    Method to generate the method "dnGetZZZ" using ASM for NORMAL_GET fields.
     static YYY dnGetZZZ(MyClass objPC)
     {
         return objPC.ZZZ;
     }
     
    • Constructor Detail

      • GetNormal

        public GetNormal​(ClassEnhancer enhancer,
                         AbstractMemberMetaData fmd)
        Constructor.
        Parameters:
        enhancer - ClassEnhancer
        fmd - MetaData for the field we are generating for
    • Method Detail

      • execute

        public void execute()
        Method to add the contents of the class method.
        Specified by:
        execute in class ClassMethod