enum KDL::Tokenizer::Context

Defined in:

kdl/tokenizer.cr

Enum 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

Instance methods inherited from struct Value

==(other : KDL::Value) ==

Instance methods inherited from class Object

===(other : KDL::Value) ===

Instance Method Detail

def binary? #

[View source]
def decimal? #

[View source]
def equals? #

[View source]
def hexadecimal? #

[View source]
def ident? #

[View source]
def keyword? #

[View source]
def multi_line_comment? #

[View source]
def multi_line_rawstring? #

[View source]
def multi_line_string? #

[View source]
def octal? #

[View source]
def rawstring? #

[View source]
def single_line_comment? #

[View source]
def string? #

[View source]
def whitespace? #

[View source]