Class ByteArrayGetAtMetaMethod

All Implemented Interfaces:
MetaMember, Cloneable

public class ByteArrayGetAtMetaMethod extends ArrayGetAtMetaMethod
  • Constructor Details

    • ByteArrayGetAtMetaMethod

      public ByteArrayGetAtMetaMethod()
  • Method Details

    • getReturnType

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

      public final CachedClass getDeclaringClass()
      Description copied from class: MetaMethod
      Gets the class where this method is declared.
      Specified by:
      getDeclaringClass in class MetaMethod
      Returns:
      class of this method
    • invoke

      public Object invoke(Object object, Object[] args)
      Description copied from class: MetaMethod
      Invokes this method.
      Specified by:
      invoke in class MetaMethod
      Parameters:
      object - The object this method should be invoked on
      args - The arguments for the method if applicable
      Returns:
      The return value of the invocation