Class NewMetaMethod

All Implemented Interfaces:
java.lang.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

    • NewMetaMethod

      public NewMetaMethod​(CachedMethod method)
  • Method Details