JClass
Complete API reference for JClass, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Java
Component: no
public class JClass
Constructors
| Signature | Description |
|---|---|
JClass(Class, String, boolean) | Creates a new instance of JClass. |
Attributes
| Name | Type | Description |
|---|---|---|
name | String | Represents the name value stored on this instance. Read or assign to update the property. |
isEngineNative | boolean | Represents the isEngineNative value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getClassAddress() | Class | Returns the current class address. |
getName() | String | Returns the current name. |
isEngineNative() | boolean | Returns whether engine native is true. |