A wrapper for a JNI class that uses reflection to provide access to the class' static fields, methods, and constructors.
Properties
- asJavaObject → JavaObject
-
A
JavaObject
representing the java.lang.Class instance for this classread-only - className → String
-
The name of the wrapped Java class.
read-only - jniClass → JniClass
-
A raw
JniClass
representing the java.lang.Class instance for this classread-only - hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
-
toString(
) → String -
Returns a string representation of this object.