enum
KDL::Tokenizer::Context
Defined in:
kdl/tokenizer.crEnum Members
-
Ident =
0
-
Keyword =
1
-
String =
2
-
Rawstring =
3
-
MultiLineString =
4
-
MultiLineRawstring =
5
-
Binary =
6
-
Octal =
7
-
Hexadecimal =
8
-
Decimal =
9
-
SingleLineComment =
10
-
MultiLineComment =
11
-
Whitespace =
12
-
Equals =
13
Instance Method Summary
-
#binary?
Returns
true
if this enum value equalsBinary
-
#decimal?
Returns
true
if this enum value equalsDecimal
-
#equals?
Returns
true
if this enum value equalsEquals
-
#hexadecimal?
Returns
true
if this enum value equalsHexadecimal
-
#ident?
Returns
true
if this enum value equalsIdent
-
#keyword?
Returns
true
if this enum value equalsKeyword
-
#multi_line_comment?
Returns
true
if this enum value equalsMultiLineComment
-
#multi_line_rawstring?
Returns
true
if this enum value equalsMultiLineRawstring
-
#multi_line_string?
Returns
true
if this enum value equalsMultiLineString
-
#octal?
Returns
true
if this enum value equalsOctal
-
#rawstring?
Returns
true
if this enum value equalsRawstring
-
#single_line_comment?
Returns
true
if this enum value equalsSingleLineComment
-
#string?
Returns
true
if this enum value equalsString
-
#whitespace?
Returns
true
if this enum value equalsWhitespace