class Savi::AST::Format::IndentState
- Savi::AST::Format::IndentState
- Reference
- Object
Defined in:
savi/ast/format/indent_state.crConstructors
Instance Method Summary
- #check_indent(ctx, node : AST::Node)
- #check_indent_post(ctx, node : AST::Node)
- #check_indent_up_to_here(indent_pos : Source::Pos, outdent_final = false)
- #each_indent_violation(&)
- #maybe_pop_indent(visitor, node)
- #maybe_push_indent(visitor, node)
- #visit_post(ctx, visitor : Format, node : AST::Node)
- #visit_pre(ctx, visitor : Format, node : AST::Node)