new $jni.JavaClass()
Represents a Java class
Methods
getStatic(name) : $jni.JavaObject
Returns the static member of the class
| Name | Type | Description | 
|---|---|---|
name | 
            
            
            string | 
Returns:
| Type | Description | 
|---|---|
| $jni.JavaObject | 
name() : string
Returns the name of the class
Returns:
| Type | Description | 
|---|---|
| string | 
toJS() : object
Returns a JavaScript representation of the object
Returns:
| Type | Description | 
|---|---|
| object |