Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
compilers
master
Instruction
InstructionType
Interpreter
Lexer
Parser
Token
TokenType
Generated using Crystal 1.14.0
2024-11-26 07:50:58 UTC
class
Token
Token
Reference
Object
Defined in:
token.cr
Instance Method Summary
#type
: TokenType
#type=
(type : TokenType)
#value
: String
#value=
(value : String)
Instance Method Detail
def
type
:
TokenType
#
[
View source
]
def
type=
(type :
TokenType
)
#
[
View source
]
def
value
: String
#
[
View source
]
def
value=
(value : String)
#
[
View source
]