Class NewMetaMethod

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
NewInstanceMetaMethod, NewStaticMetaMethod

public class NewMetaMethod extends ReflectionMetaMethod
Base class for NewInstanceMetaMethod and NewStaticMetaMethod
  • Field Details

    • EMPTY_TYPE_ARRAY

      protected static final CachedClass[] EMPTY_TYPE_ARRAY
    • bytecodeParameterTypes

      protected CachedClass[] bytecodeParameterTypes
  • Constructor Details

  • Method Details