Class: MilkTea::Linter::DeadAssignmentAnalysis

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/linter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#graphObject (readonly)

Returns the value of attribute graph

Returns:

  • (Object)

    the current value of graph



196
197
198
# File 'lib/milk_tea/tooling/linter.rb', line 196

def graph
  @graph
end

#livenessObject (readonly)

Returns the value of attribute liveness

Returns:

  • (Object)

    the current value of liveness



196
197
198
# File 'lib/milk_tea/tooling/linter.rb', line 196

def liveness
  @liveness
end

#locally_declaredObject (readonly)

Returns the value of attribute locally_declared

Returns:

  • (Object)

    the current value of locally_declared



196
197
198
# File 'lib/milk_tea/tooling/linter.rb', line 196

def locally_declared
  @locally_declared
end

#readable_bindingsObject (readonly)

Returns the value of attribute readable_bindings

Returns:

  • (Object)

    the current value of readable_bindings



196
197
198
# File 'lib/milk_tea/tooling/linter.rb', line 196

def readable_bindings
  @readable_bindings
end