Struct rucaja::JvmClass [] [src]

pub struct JvmClass<'a> { /* fields omitted */ }

The Rust wrapper for the corresponding JVM class.

Methods

impl<'a> JvmClass<'a>
[src]

[src]

Returns the pointer of the JVM object.

[src]

Instantiates the JVM wrapper struct.

impl<'a> JvmClass<'a>
[src]

[src]

Tries to resolve the JVM class with the given name.

Trait Implementations

impl<'a> Drop for JvmClass<'a>
[src]

[src]

Executes the destructor for this type. Read more