| Package | Description |
|---|---|
| com.almasb.fxgl.core.reflect |
| Modifier and Type | Method and Description |
|---|---|
static Constructor |
ClassReflection.getConstructor(Class c,
Class... parameterTypes)
Returns a
Constructor that represents the public constructor for the supplied class which takes the supplied
parameter types. |
static Constructor |
ClassReflection.getDeclaredConstructor(Class c,
Class... parameterTypes)
Returns a
Constructor that represents the constructor for the supplied class which takes the supplied parameter
types. |
Copyright © 2018. All rights reserved.