Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
blah
master
Parser
Checkpoint
Node
RiSC16
Assembler
AST
Immediate
Instruction
Node
Parameter
Register
Section
Statement
Text
Unit
Parser
CLI
CustomWindow
Dce
Debugger
Instruction
ISA
Lib
Linker
Object
Section
Options
Reference
Kind
Symbol
Scroll
Spec
Section
Segment
Default
IO
Kind
Ram
Rom
Table
UInt16
VM
Addressable
Default
IO
Ram
Rom
BusError
Window
Stacklang
AST
Access
Binary
Call
Cast
Custom
Expression
Function
Parameter
Identifier
If
Literal
Operator
Pointer
Requirement
Return
Sizeof
Statement
Struct
Field
Table
Type
Unary
Unit
Variable
While
Word
Compiler
Exception
Function
Kind
Memory
Prototype
Parameter
Registers
Variable
InternalError
Parser
Arity
Associativity
Category
Component
Exception
Token
Tokenizer
Token
Type
Any
Pointer
Struct
Field
Table
Word
Unit
Global
UInt16
Generated using Crystal 1.10.1
2024-02-25 07:25:22 UTC
class
Stacklang::
AST::
Custom
Stacklang::AST::Custom
Stacklang::AST::Type
Stacklang::AST
Reference
Object
Defined in:
stacklang/ast.cr
Constructors
.new
(token, name : String)
Instance Method Summary
#dump
(io, indent =
0
)
#name
: String
Instance methods inherited from class
Stacklang::AST
character
character
,
dump(io, indent =
0
)
dump
,
line
line
,
to_s(io : IO)
to_s
,
token : Tokenizer::Token | Nil
token
,
token=(token : Tokenizer::Token | Nil)
token=
Constructor Detail
def self.
new
(token, name : String)
#
[
View source
]
Instance Method Detail
def
dump
(io, indent =
0
)
#
[
View source
]
def
name
: String
#
[
View source
]