Class: Rasm::Java::MethodInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rasm/java/structure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_flagsObject

Returns the value of attribute access_flags



34
35
36
# File 'lib/rasm/java/structure.rb', line 34

def access_flags
  @access_flags
end

#attributesObject

Returns the value of attribute attributes



34
35
36
# File 'lib/rasm/java/structure.rb', line 34

def attributes
  @attributes
end

#descriptorObject

Returns the value of attribute descriptor



34
35
36
# File 'lib/rasm/java/structure.rb', line 34

def descriptor
  @descriptor
end

#nameObject

Returns the value of attribute name



34
35
36
# File 'lib/rasm/java/structure.rb', line 34

def name
  @name
end