Struct rust_jvm::vm::class::Method
[−]
[src]
pub struct Method { pub symref: Method, pub access_flags: u16, code: MethodCode, }
A JVM representation of a method in a loaded class.
Fields
symref | The method's signature, comprised of its name and argument and return types. |
access_flags | The method's access flags. |
code | A |