$jni. JavaClass

Represents a Java class

Constructor

new $jni.JavaClass()

Methods

getStatic(name) → {$jni.JavaObject}

Returns the static member of the class

Parameters:
NameTypeDescription
namestring
Returns:
Type: 
$jni.JavaObject

name() → {string}

Returns the name of the class

Returns:
Type: 
string

toJS() → {object}

Returns a JavaScript representation of the object

Returns:
Type: 
object