Class: ArchSpec::Analyzer::SyntaxOverlay::CallSite

Inherits:
Data
  • Object
show all
Defined in:
lib/archspec/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def name
  @name
end

#nestingObject (readonly)

Returns the value of attribute nesting

Returns:

  • (Object)

    the current value of nesting



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def nesting
  @nesting
end

#ownerObject (readonly)

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def owner
  @owner
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def path
  @path
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def receiver
  @receiver
end

#receiver_nameObject (readonly)

Returns the value of attribute receiver_name

Returns:

  • (Object)

    the current value of receiver_name



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def receiver_name
  @receiver_name
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



128
129
130
# File 'lib/archspec/analyzer.rb', line 128

def scope
  @scope
end