Class: Cfg2asm::CFG::Code
- Inherits:
-
Struct
- Object
- Struct
- Cfg2asm::CFG::Code
- Defined in:
- lib/cfg2asm/cfg/cfg_parser.rb
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#arch_width ⇒ Object
Returns the value of attribute arch_width.
-
#base ⇒ Object
Returns the value of attribute base.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch
6 7 8 |
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6 def arch @arch end |
#arch_width ⇒ Object
Returns the value of attribute arch_width
6 7 8 |
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6 def arch_width @arch_width end |
#base ⇒ Object
Returns the value of attribute base
6 7 8 |
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6 def base @base end |
#code ⇒ Object
Returns the value of attribute code
6 7 8 |
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6 def code @code end |