class Funk::CallExpression
- Funk::CallExpression
- Funk::Ast
- Reference
- Object
Defined in:
funk/syntax/ast.crConstructors
Instance Method Summary
- #accept(visitor : Visitor)
- #arguments : Array(Ast)
- #arguments=(arguments : Array(Ast))
- #name : Identifier
- #name=(name : Identifier)