Uses of Class
com.badlogic.gdx.utils.reflect.Constructor
-
Packages that use Constructor Package Description com.badlogic.gdx.utils.reflect -
-
Uses of Constructor in com.badlogic.gdx.utils.reflect
Methods in com.badlogic.gdx.utils.reflect that return Constructor Modifier and Type Method Description static ConstructorClassReflection. getConstructor(java.lang.Class c, java.lang.Class... parameterTypes)Returns aConstructorthat represents the public constructor for the supplied class which takes the supplied parameter types.static Constructor[]ClassReflection. getConstructors(java.lang.Class c)Returns an array ofConstructorcontaining the public constructors of the class represented by the supplied Class.static ConstructorClassReflection. getDeclaredConstructor(java.lang.Class c, java.lang.Class... parameterTypes)Returns aConstructorthat represents the constructor for the supplied class which takes the supplied parameter types.
-