Class: Cfg2asm::CFG::NMethod

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

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



8
9
10
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 8

def code
  @code
end

#commentsObject

Returns the value of attribute comments

Returns:

  • (Object)

    the current value of comments



8
9
10
# File 'lib/cfg2asm/cfg/cfg_parser.rb', line 8

def comments
  @comments
end