Class: ArchSpec::Analyzer::SyntaxOverlay::DeclarationFallback

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

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_superclassObject (readonly)

Returns the value of attribute dynamic_superclass

Returns:

  • (Object)

    the current value of dynamic_superclass



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def dynamic_superclass
  @dynamic_superclass
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def kind
  @kind
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def name
  @name
end

#nestingObject (readonly)

Returns the value of attribute nesting

Returns:

  • (Object)

    the current value of nesting



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def nesting
  @nesting
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def path
  @path
end

#superclassObject (readonly)

Returns the value of attribute superclass

Returns:

  • (Object)

    the current value of superclass



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def superclass
  @superclass
end

#superclass_locationObject (readonly)

Returns the value of attribute superclass_location

Returns:

  • (Object)

    the current value of superclass_location



133
134
135
# File 'lib/archspec/analyzer.rb', line 133

def superclass_location
  @superclass_location
end