Class: MetzScan::Analyzers::RepeatedBranching::BranchSiteCollector::BranchSite
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::RepeatedBranching::BranchSiteCollector::BranchSite
- Defined in:
- lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb
Instance Attribute Summary collapse
-
#branch_values ⇒ Object
Returns the value of attribute branch_values.
-
#decision ⇒ Object
Returns the value of attribute decision.
-
#enclosing_name ⇒ Object
Returns the value of attribute enclosing_name.
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#branch_values ⇒ Object
Returns the value of attribute branch_values
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def branch_values @branch_values end |
#decision ⇒ Object
Returns the value of attribute decision
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def decision @decision end |
#enclosing_name ⇒ Object
Returns the value of attribute enclosing_name
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def enclosing_name @enclosing_name end |
#expression ⇒ Object
Returns the value of attribute expression
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def expression @expression end |
#kind ⇒ Object
Returns the value of attribute kind
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def kind @kind end |
#line ⇒ Object
Returns the value of attribute line
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def line @line end |
#method_name ⇒ Object
Returns the value of attribute method_name
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def method_name @method_name end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def path @path end |
#signature ⇒ Object
Returns the value of attribute signature
13 14 15 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13 def signature @signature end |