class Parser::Checkpoint
- Parser::Checkpoint
- Reference
- Object
Defined in:
parsing/primitive.crConstructors
Instance Method Summary
- #character : Int32
- #character=(character : Int32)
- #line : Int32
- #line=(line : Int32)
- #locked : Bool
- #locked=(locked : Bool)
- #name : String | Nil
- #name=(name : String | Nil)
- #position : Int32 | Int64
- #position=(position : Int32 | Int64)
- #previous : Checkpoint | Nil
- #previous=(previous : Checkpoint | Nil)
Constructor Detail
def self.new(position : Int32 | Int64, line : Int32, character : Int32, previous : Nil | Parser::Checkpoint = nil)
#