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



199
200
201
# File 'lib/milk_tea/tooling/linter.rb', line 199

def graph
  @graph
end

#livenessObject (readonly)

Returns the value of attribute liveness

Returns:

  • (Object)

    the current value of liveness



199
200
201
# File 'lib/milk_tea/tooling/linter.rb', line 199

def liveness
  @liveness
end

#locally_declaredObject (readonly)

Returns the value of attribute locally_declared

Returns:

  • (Object)

    the current value of locally_declared



199
200
201
# File 'lib/milk_tea/tooling/linter.rb', line 199

def locally_declared
  @locally_declared
end

#readable_bindingsObject (readonly)

Returns the value of attribute readable_bindings

Returns:

  • (Object)

    the current value of readable_bindings



199
200
201
# File 'lib/milk_tea/tooling/linter.rb', line 199

def readable_bindings
  @readable_bindings
end