class Drizzle::AST::CallExpression
Overview
Node class for handling function call expressions
Defined in:
drizzle/ast/call_expression.crConstructors
Instance Method Summary
-
#arguments : Array(Drizzle::AST::Expression)
The array of arguments to be passed into the function
-
#function : Drizzle::AST::Identifier
The identifier representing the function name to call
- #literal : String
- #to_s : String
-
#token : Drizzle::Token
The token that caused the creation of this node instance
Instance methods inherited from class Drizzle::AST::Node
literal : String
literal,
to_s : String
to_s
Constructor Detail
Instance Method Detail
def arguments : Array(Drizzle::AST::Expression)
#
The array of arguments to be passed into the function