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