Class: Cfg2asm::CFG::NMethod
- Inherits:
-
Struct
- Object
- Struct
- Cfg2asm::CFG::NMethod
- Defined in:
- lib/cfg2asm/cfg/cfg_parser.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#comments ⇒ Object
Returns the value of attribute comments.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
8 9 10 |
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 8 def code @code end |
#comments ⇒ Object
Returns the value of attribute comments
8 9 10 |
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 8 def comments @comments end |