class StrictYAML::Token

Defined in:

strict-yaml/lexer.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_yaml(io : IO) : Nil
to_yaml : String
to_yaml

Class methods inherited from class Object

from_yaml(source : String)
from_yaml(value : StrictYAML::Any)
from_yaml

Constructor Detail

def self.new(kind : Kind, loc : Location, value : String | Nil = nil) #

[View source]

Instance Method Detail

def kind : Kind #

[View source]
def kind=(kind : Kind) #

[View source]
def loc : Location #

[View source]
def loc=(loc : Location) #

[View source]
def value : String #

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

[View source]