struct Savi::Compiler::Flow::Block
- Savi::Compiler::Flow::Block
- Struct
- Value
- Object
Defined in:
savi/compiler/flow.crConstructors
Instance Method Summary
- #any_predecessors?
- #any_predecessors_reachable?
- #containing_node : AST::Node
- #cyclic_edge?
- #each_predecessor(&block : Block -> _)
- #index : Int32
- #no_predecessors?
- #reachable?
-
#show : String
These functions are used for easily visualizing and testing.
- #show_name
- #show_predecessors : String
- #unreachable?