$jni. JavaClass

new JavaClass()

Represents a Java class

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