Class: Kumi::Analyzer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#decl_typesObject

Returns the value of attribute decl_types

Returns:

  • (Object)

    the current value of decl_types



5
6
7
# File 'lib/kumi/analyzer.rb', line 5

def decl_types
  @decl_types
end

#definitionsObject

Returns the value of attribute definitions

Returns:

  • (Object)

    the current value of definitions



5
6
7
# File 'lib/kumi/analyzer.rb', line 5

def definitions
  @definitions
end

#dependency_graphObject

Returns the value of attribute dependency_graph

Returns:

  • (Object)

    the current value of dependency_graph



5
6
7
# File 'lib/kumi/analyzer.rb', line 5

def dependency_graph
  @dependency_graph
end

#leaf_mapObject

Returns the value of attribute leaf_map

Returns:

  • (Object)

    the current value of leaf_map



5
6
7
# File 'lib/kumi/analyzer.rb', line 5

def leaf_map
  @leaf_map
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/kumi/analyzer.rb', line 5

def state
  @state
end

#topo_orderObject

Returns the value of attribute topo_order

Returns:

  • (Object)

    the current value of topo_order



5
6
7
# File 'lib/kumi/analyzer.rb', line 5

def topo_order
  @topo_order
end