Class: Gemite::AST::CallExpr
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::CallExpr
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#callee_name ⇒ Object
Returns the value of attribute callee_name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
21 22 23 |
# File 'lib/gemite/ast.rb', line 21 def args @args end |
#callee_name ⇒ Object
Returns the value of attribute callee_name
21 22 23 |
# File 'lib/gemite/ast.rb', line 21 def callee_name @callee_name end |