Class: Rasm::Java::MethodInfo
- Inherits:
-
Struct
- Object
- Struct
- Rasm::Java::MethodInfo
- Defined in:
- lib/rasm/java/structure.rb
Instance Attribute Summary collapse
-
#access_flags ⇒ Object
Returns the value of attribute access_flags.
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#access_flags ⇒ Object
Returns the value of attribute access_flags
34 35 36 |
# File 'lib/rasm/java/structure.rb', line 34 def access_flags @access_flags end |
#attributes ⇒ Object
Returns the value of attribute attributes
34 35 36 |
# File 'lib/rasm/java/structure.rb', line 34 def attributes @attributes end |
#descriptor ⇒ Object
Returns the value of attribute descriptor
34 35 36 |
# File 'lib/rasm/java/structure.rb', line 34 def descriptor @descriptor end |
#name ⇒ Object
Returns the value of attribute name
34 35 36 |
# File 'lib/rasm/java/structure.rb', line 34 def name @name end |