Class: Kumi::Syntax::CallExpression

Inherits:
Struct
  • Object
show all
Includes:
Node
Defined in:
lib/kumi/syntax/call_expression.rb

Instance Attribute Summary collapse

Attributes included from Node

#hints, #loc

Instance Method Summary collapse

Methods included from Node

#==, #initialize

Instance Attribute Details

#argsObject

Returns the value of attribute args



5
6
7
# File 'lib/kumi/syntax/call_expression.rb', line 5

def args
  @args
end

#fn_nameObject

Returns the value of attribute fn_name



5
6
7
# File 'lib/kumi/syntax/call_expression.rb', line 5

def fn_name
  @fn_name
end

#optsObject

Returns the value of attribute opts



5
6
7
# File 'lib/kumi/syntax/call_expression.rb', line 5

def opts
  @opts
end

Instance Method Details

#childrenObject



8
# File 'lib/kumi/syntax/call_expression.rb', line 8

def children = args