Class: Canon::Rebaseliner::CallSiteResolver::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/canon/rebaseliner/call_site_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enclosing_blockObject

Returns the value of attribute enclosing_block

Returns:

  • (Object)

    the current value of enclosing_block



12
13
14
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12

def enclosing_block
  @enclosing_block
end

#expected_nodeObject

Returns the value of attribute expected_node

Returns:

  • (Object)

    the current value of expected_node



12
13
14
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12

def expected_node
  @expected_node
end

#matcher_call_nodeObject

Returns the value of attribute matcher_call_node

Returns:

  • (Object)

    the current value of matcher_call_node



12
13
14
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12

def matcher_call_node
  @matcher_call_node
end

#matcher_lineObject

Returns the value of attribute matcher_line

Returns:

  • (Object)

    the current value of matcher_line



12
13
14
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12

def matcher_line
  @matcher_line
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



12
13
14
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12

def source
  @source
end