enum StrictYAML::Token::Kind
Defined in:
strict-yaml/lexer.crEnum Members
-
EOF =
0
-
Space =
1
-
Newline =
2
-
String =
3
-
Colon =
4
-
Pipe =
5
-
PipeKeep =
6
-
PipeStrip =
7
-
Fold =
8
-
FoldKeep =
9
-
FoldStrip =
10
-
List =
11
-
DocumentStart =
12
-
DocumentEnd =
13
-
Comment =
14
-
Directive =
15
Instance Method Summary
- #colon?
- #comment?
- #directive?
- #document_end?
- #document_start?
- #eof?
- #fold?
- #fold_keep?
- #fold_strip?
- #list?
- #newline?
- #pipe?
- #pipe_keep?
- #pipe_strip?
- #space?
- #string?
Instance methods inherited from struct Enum
to_yaml(yaml : StrictYAML::Builder) : Nil
to_yaml
Constructor methods inherited from struct Enum
new(value : StrictYAML::Any)
new
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