class Crst::FieldList

Overview

Represents a field list

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crst::Node

column : Int32 | Nil column, column=(column : Int32 | Nil) column=, end_column : Int32 | Nil end_column, end_column=(end_column : Int32 | Nil) end_column=, end_line : Int32 | Nil end_line, end_line=(end_line : Int32 | Nil) end_line=, line : Int32 | Nil line, line=(line : Int32 | Nil) line=

Constructor Detail

def self.new(fields : Array(Crst::Field)) #

[View source]

Instance Method Detail

def fields : Array(Crst::Field) #

[View source]
def fields=(fields : Array(Crst::Field)) #

[View source]