Class: MilkTea::Linter::StatementFlowAnalysis
- Inherits:
-
Data
- Object
- Data
- MilkTea::Linter::StatementFlowAnalysis
- Defined in:
- lib/milk_tea/tooling/linter.rb
Instance Attribute Summary collapse
-
#constant_propagation ⇒ Object
readonly
Returns the value of attribute constant_propagation.
-
#graph ⇒ Object
readonly
Returns the value of attribute graph.
-
#loop_body_nodes ⇒ Object
readonly
Returns the value of attribute loop_body_nodes.
-
#nullability ⇒ Object
readonly
Returns the value of attribute nullability.
-
#reachability ⇒ Object
readonly
Returns the value of attribute reachability.
Instance Attribute Details
#constant_propagation ⇒ Object (readonly)
Returns the value of attribute constant_propagation
195 196 197 |
# File 'lib/milk_tea/tooling/linter.rb', line 195 def constant_propagation @constant_propagation end |
#graph ⇒ Object (readonly)
Returns the value of attribute graph
195 196 197 |
# File 'lib/milk_tea/tooling/linter.rb', line 195 def graph @graph end |
#loop_body_nodes ⇒ Object (readonly)
Returns the value of attribute loop_body_nodes
195 196 197 |
# File 'lib/milk_tea/tooling/linter.rb', line 195 def loop_body_nodes @loop_body_nodes end |
#nullability ⇒ Object (readonly)
Returns the value of attribute nullability
195 196 197 |
# File 'lib/milk_tea/tooling/linter.rb', line 195 def nullability @nullability end |
#reachability ⇒ Object (readonly)
Returns the value of attribute reachability
195 196 197 |
# File 'lib/milk_tea/tooling/linter.rb', line 195 def reachability @reachability end |