Struct rust_jvm::model::class_file::MethodInfo
[−]
[src]
pub struct MethodInfo { pub access_flags: t, pub name_index: u2, pub descriptor_index: u2, pub attributes: Vec<AttributeInfo>, }
Fields
access_flags | Mask of flags used to denote access permissions to and properties of
this class or interface. See the documentation for |
name_index | A valid index into the |
descriptor_index | A valid index into the |
attributes | The attributes associated with this method. |