class StrictYAML::Token
- StrictYAML::Token
- Reference
- Object
Defined in:
strict-yaml/lexer.crConstructors
Instance Method Summary
- #kind : Kind
- #kind=(kind : Kind)
- #loc : Location
- #loc=(loc : Location)
- #value : String
- #value=(value : Nil | String)
Instance methods inherited from class Object
to_yaml(io : IO) : Nilto_yaml : String to_yaml
Class methods inherited from class Object
from_yaml(source : String)from_yaml(value : StrictYAML::Any) from_yaml