Class IntegerArrayGetAtMetaMethod

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IntegerArrayGetAtMetaMethod
    extends ArrayGetAtMetaMethod
    • Constructor Detail

      • IntegerArrayGetAtMetaMethod

        public IntegerArrayGetAtMetaMethod()
    • Method Detail

      • 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
      • invoke

        public java.lang.Object invoke​(java.lang.Object object,
                                       java.lang.Object[] args)
        Description copied from class: MetaMethod
        Invoke 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