Class: Kumi::Analyzer::Result
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Analyzer::Result
- Defined in:
- lib/kumi/analyzer.rb
Instance Attribute Summary collapse
-
#decl_types ⇒ Object
Returns the value of attribute decl_types.
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#dependency_graph ⇒ Object
Returns the value of attribute dependency_graph.
-
#leaf_map ⇒ Object
Returns the value of attribute leaf_map.
-
#state ⇒ Object
Returns the value of attribute state.
-
#topo_order ⇒ Object
Returns the value of attribute topo_order.
Instance Attribute Details
#decl_types ⇒ Object
Returns the value of attribute decl_types
5 6 7 |
# File 'lib/kumi/analyzer.rb', line 5 def decl_types @decl_types end |
#definitions ⇒ Object
Returns the value of attribute definitions
5 6 7 |
# File 'lib/kumi/analyzer.rb', line 5 def definitions @definitions end |
#dependency_graph ⇒ Object
Returns the value of attribute dependency_graph
5 6 7 |
# File 'lib/kumi/analyzer.rb', line 5 def dependency_graph @dependency_graph end |
#leaf_map ⇒ Object
Returns the value of attribute leaf_map
5 6 7 |
# File 'lib/kumi/analyzer.rb', line 5 def leaf_map @leaf_map end |
#state ⇒ Object
Returns the value of attribute state
5 6 7 |
# File 'lib/kumi/analyzer.rb', line 5 def state @state end |
#topo_order ⇒ Object
Returns the value of attribute topo_order
5 6 7 |
# File 'lib/kumi/analyzer.rb', line 5 def topo_order @topo_order end |