| | Name | Description |
|---|
  | NewTClass | Creates a new JVM instance of TClass with no arguments. |
  | NewTClass(Object) | Creates a new JVM instance of TClass with 1 argument. |
  | NewTClass(Object) |
Create a new instance of the TClass |
  | NewTClass(Object, Object) | Creates a new JVM instance of TClass with 2 arguments. |
  | NewTClass(Object, Object, Object) | Creates a new JVM instance of TClass with 3 arguments. |
  | NewTClass(Object, Object, Object, Object) | Creates a new JVM instance of TClass with 4 arguments. |
  | NewTClass(Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 5 arguments. |
  | NewTClass(Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 6 arguments. |
  | NewTClass(Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 7 arguments. |
  | NewTClass(Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 8 arguments. |
  | NewTClass(Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 9 arguments. |
  | NewTClass(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Creates a new JVM instance of TClass with 10 arguments. |