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
196 197 198 |
# File 'lib/milk_tea/tooling/linter.rb', line 196 def graph @graph end |
#liveness ⇒ Object (readonly)
Returns the value of attribute liveness
196 197 198 |
# File 'lib/milk_tea/tooling/linter.rb', line 196 def liveness @liveness end |
#locally_declared ⇒ Object (readonly)
Returns the value of attribute locally_declared
196 197 198 |
# File 'lib/milk_tea/tooling/linter.rb', line 196 def locally_declared @locally_declared end |
#readable_bindings ⇒ Object (readonly)
Returns the value of attribute readable_bindings
196 197 198 |
# File 'lib/milk_tea/tooling/linter.rb', line 196 def readable_bindings @readable_bindings end |