Class ArrayPutAtMetaMethod

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

public abstract class ArrayPutAtMetaMethod
extends ArrayMetaMethod
  • Constructor Details

    • ArrayPutAtMetaMethod

      public ArrayPutAtMetaMethod()
  • Method Details

    • getName

      public java.lang.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 java.lang.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