class Parser::Checkpoint

Defined in:

parsing/primitive.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : Int32 | Int64, line : Int32, character : Int32, previous : Nil | Parser::Checkpoint = nil) #

[View source]

Instance Method Detail

def character : Int32 #

[View source]
def character=(character : Int32) #

[View source]
def line : Int32 #

[View source]
def line=(line : Int32) #

[View source]
def locked : Bool #

[View source]
def locked=(locked : Bool) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def position : Int32 | Int64 #

[View source]
def position=(position : Int32 | Int64) #

[View source]
def previous : Checkpoint | Nil #

[View source]
def previous=(previous : Checkpoint | Nil) #

[View source]