Class ReflectMethod

java.lang.Object
org.apache.derby.impl.services.reflect.ReflectMethod
All Implemented Interfaces:
GeneratedMethod

class ReflectMethod extends Object implements GeneratedMethod
  • Field Details

    • realMethod

      private final Method realMethod
  • Constructor Details

    • ReflectMethod

      ReflectMethod(Method m)
  • Method Details