Struct rust_jvm::vm::symref::Method
[−]
[src]
pub struct Method { pub class: Class, pub sig: Method, }
A symbolic reference to a method constant pool entry.
Fields
class | A symbolic reference to the class containing this method. |
sig | The signature of the method to which the symbolic reference refers. |