Class ArrayPutAtMetaMethod

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
BooleanArrayPutAtMetaMethod, ByteArrayPutAtMetaMethod, CharacterArrayPutAtMetaMethod, DoubleArrayPutAtMetaMethod, FloatArrayPutAtMetaMethod, IntegerArrayPutAtMetaMethod, LongArrayPutAtMetaMethod, ObjectArrayPutAtMetaMethod, ShortArrayPutAtMetaMethod

public abstract class ArrayPutAtMetaMethod extends ArrayMetaMethod
  • Constructor Details

    • ArrayPutAtMetaMethod

      protected ArrayPutAtMetaMethod()
  • Method Details

    • getName

      public String getName()
      Description copied from class: MetaMethod
      Returns the name of the method represented by this class
      Specified by:
      getName in class MetaMethod
      Returns:
      name of this method
    • getReturnType

      public Class getReturnType()
      Description copied from class: MetaMethod
      Access the return type for this method
      Specified by:
      getReturnType in class MetaMethod
      Returns:
      the return type of this method