Struct rucaja::JvmMethod [] [src]

pub struct JvmMethod { /* fields omitted */ }

Represents a method in a class in the JVM.

Methods

impl<'a> JvmMethod
[src]

[src]

Tries to call the given JVM object constructor in the given JVM class. Currently panics if a JVM exception occurs.

[src]

Tries to call the given JVM static boolean method in the given JVM class. Currently panics if a JVM exception occurs.

[src]

Tries to call the given JVM static int method in the given JVM class. Currently panics if a JVM exception occurs.

[src]

[src]

Tries to call the given JVM static void method in the given JVM class. Currently panics if a JVM exception occurs.

[src]

Tries to resolve the JVM constructor with the given signature in the given JVM class.

[src]

Tries to resolve the JVM method with the given name and signature in the given JVM class.

[src]

Tries to resolve the static JVM method with the given name and signature in the given JVM class.

[src]

[src]