Class $jni.JavaClass

Represents a Java class

Class Summary
Constructor Attributes Constructor Name and Description
 

Method Summary

Class Detail

$jni.JavaClass()

Method Detail

  • {$jni.JavaObject} getStatic(name)
    Returns the static member of the class
    Parameters:
    {string} name
    Returns:
    {$jni.JavaObject}
  • {string} name()
    Returns the name of the class
    Returns:
    {string}
  • {object} toJS()
    Returns a JavaScript representation of the object
    Returns:
    {object}