Class: ArchSpec::Analyzer::SyntaxOverlay::DeclarationFallback
- Inherits:
-
Data
- Object
- Data
- ArchSpec::Analyzer::SyntaxOverlay::DeclarationFallback
- Defined in:
- lib/archspec/analyzer.rb
Instance Attribute Summary collapse
-
#dynamic_superclass ⇒ Object
readonly
Returns the value of attribute dynamic_superclass.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nesting ⇒ Object
readonly
Returns the value of attribute nesting.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#superclass ⇒ Object
readonly
Returns the value of attribute superclass.
-
#superclass_location ⇒ Object
readonly
Returns the value of attribute superclass_location.
Instance Attribute Details
#dynamic_superclass ⇒ Object (readonly)
Returns the value of attribute dynamic_superclass
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def dynamic_superclass @dynamic_superclass end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def kind @kind end |
#location ⇒ Object (readonly)
Returns the value of attribute location
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def name @name end |
#nesting ⇒ Object (readonly)
Returns the value of attribute nesting
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def nesting @nesting end |
#path ⇒ Object (readonly)
Returns the value of attribute path
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def path @path end |
#superclass ⇒ Object (readonly)
Returns the value of attribute superclass
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def superclass @superclass end |
#superclass_location ⇒ Object (readonly)
Returns the value of attribute superclass_location
133 134 135 |
# File 'lib/archspec/analyzer.rb', line 133 def superclass_location @superclass_location end |