class

Mint::Formatter::Processor

Inherits Reference < Object

Constructors

new(indent_size : Int32)
Source

Instance methods

column

The column currently at.

Source
column=(column : Int32)

The column currently at.

Source
depth

The nesting depth we currently at.

Source
depth=(depth : Int32)

The nesting depth we currently at.

Source
indent_size

The indentation size

Source
max

The max number of columns.

Source
new_line?(nodes : Array(Processed))
Source
new_line?(node : Processed)
Source
process(nodes : Nodes) : Array(Processed)
Source
process(node : Node) : Array(Processed)
Source
size(nodes : Array(Nodes)) : Int32
Source
size(nodes : Nodes) : Int32
Source
size(node : Node) : Int32
Source