Java com.badlogic.gdx.utils.reflect Method fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils.reflect Method fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils.reflect Method.

The text is from its open source code.

Method

ClassgetDeclaringClass()
Returns the Class object representing the class or interface that declares the method.
StringgetName()
Returns the name of the method.
Class[]getParameterTypes()
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method.
ClassgetReturnType()
Returns a Class object that represents the formal return type of the method.
Objectinvoke(Object obj, Object... args)
Invokes the underlying method on the supplied object with the supplied parameters.
booleanisAccessible()
voidsetAccessible(boolean accessible)