Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mallard
master
Top Level Namespace
Mallard
Lexer
Node
Parser
Token
Tree
Generated using Crystal 1.14.0
2024-11-26 09:41:46 UTC
class
Mallard::
Token
Mallard::Token
Reference
Object
Defined in:
token.cr
Constructors
.new
(t : Symbol, value : Int32 | String | Symbol =
0
)
Instance Method Summary
#<=
(other)
#type
: Symbol
#value
: Int32 | String | Symbol
Constructor Detail
def self.
new
(t : Symbol, value : Int32 | String | Symbol =
0
)
#
[
View source
]
Instance Method Detail
def
<=
(other)
#
[
View source
]
def
type
: Symbol
#
[
View source
]
def
value
: Int32 | String | Symbol
#
[
View source
]