Class: MilkTea::Linter::DeadAssignmentAnalysis
- Inherits:
-
Data
- Object
- Data
- MilkTea::Linter::DeadAssignmentAnalysis
- Defined in:
- lib/milk_tea/tooling/linter.rb
Instance Attribute Summary collapse
-
#graph ⇒ Object
readonly
Returns the value of attribute graph.
-
#liveness ⇒ Object
readonly
Returns the value of attribute liveness.
-
#locally_declared ⇒ Object
readonly
Returns the value of attribute locally_declared.
-
#readable_bindings ⇒ Object
readonly
Returns the value of attribute readable_bindings.
Instance Attribute Details
#graph ⇒ Object (readonly)
Returns the value of attribute graph
199 200 201 |
# File 'lib/milk_tea/tooling/linter.rb', line 199 def graph @graph end |
#liveness ⇒ Object (readonly)
Returns the value of attribute liveness
199 200 201 |
# File 'lib/milk_tea/tooling/linter.rb', line 199 def liveness @liveness end |
#locally_declared ⇒ Object (readonly)
Returns the value of attribute locally_declared
199 200 201 |
# File 'lib/milk_tea/tooling/linter.rb', line 199 def locally_declared @locally_declared end |
#readable_bindings ⇒ Object (readonly)
Returns the value of attribute readable_bindings
199 200 201 |
# File 'lib/milk_tea/tooling/linter.rb', line 199 def readable_bindings @readable_bindings end |