Class: Electr::FuncArgsAST
Overview
A node in the AST to hold arguments of a function.
Instance Attribute Summary
Attributes inherited from AST
Instance Method Summary collapse
-
#initialize ⇒ FuncArgsAST
constructor
A new instance of FuncArgsAST.
Methods inherited from AST
#add_child, #display, #leaf?, #size, #to_pn
Constructor Details
#initialize ⇒ FuncArgsAST
Returns a new instance of FuncArgsAST.
6 7 8 |
# File 'lib/electr/ast/func_args_ast.rb', line 6 def initialize super("funcargs") end |