Skip to content

struct Crystal::Formatter::AlignInfo
inherits Struct

Class methods

.new(id : UInt64, line : Int32, start_column : Int32, middle_column : Int32, end_column : Int32, number : Bool)

View source

Methods

#clone

View source

#copy_with(id _id = @id, line _line = @line, start_column _start_column = @start_column, middle_column _middle_column = @middle_column, end_column _end_column = @end_column, number _number = @number)

View source

#end_column : Int32

#id : UInt64

#line : Int32

#middle_column : Int32

#number : Bool

#size

View source

#start_column : Int32