Class: Cfg2asm::CFG::Code

Inherits:
Struct
  • Object
show all
Defined in:
lib/cfg2asm/cfg/cfg_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archObject

Returns the value of attribute arch

Returns:

  • (Object)

    the current value of arch



6
7
8
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6

def arch
  @arch
end

#arch_widthObject

Returns the value of attribute arch_width

Returns:

  • (Object)

    the current value of arch_width



6
7
8
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6

def arch_width
  @arch_width
end

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



6
7
8
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6

def base
  @base
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



6
7
8
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 6

def code
  @code
end