Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
axal
main
Axal
AST
ArrayList
BinaryOperator
Block
Boolean
Conditional
DescribeDefinition
Expression
ExternalCode
Fetch
FunctionCall
FunctionChain
FunctionDefinition
Identifier
ItDefinition
Json
ModuleDefinition
Nil
Number
Program
QualifiedIdentifier
Repetition
Return
Shared
ExpressionCollection
Str
UnaryOperator
VarBinding
Error
Runtime
UndefinedFunction
UndefinedVariable
UnexpectedReturn
WrongNumArg
Syntax
IncorrectType
UnexpectedToken
UnrecognizedToken
Interpreter
Lexer
Location
Parser
Runtime
StackFrame
TestResult
Token
TokenKind
Fetch
FileStorage
SourceRunner
SpecRunner
X
Generated using Crystal 1.10.1
2024-01-09 19:03:43 UTC
module
Axal::
AST::
Shared::
ExpressionCollection
Direct including types
Axal::AST::Block
Axal::AST::Program
Defined in:
lang/ast/shared/expression_collection.cr
Constructors
.new
Instance Method Summary
#<<
(expr : Expression)
#==
(other : Expression)
#children
#expressions
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
<<
(expr :
Expression
)
#
[
View source
]
def
==
(other :
Expression
)
#
[
View source
]
def
children
#
[
View source
]
def
expressions
#
[
View source
]