Class: Keisanjaku::FunctionNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/keisanjaku/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentObject

Returns the value of attribute argument

Returns:

  • (Object)

    the current value of argument



13
14
15
# File 'lib/keisanjaku/parser.rb', line 13

def argument
  @argument
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/keisanjaku/parser.rb', line 13

def name
  @name
end

#source_argumentObject

Returns the value of attribute source_argument

Returns:

  • (Object)

    the current value of source_argument



13
14
15
# File 'lib/keisanjaku/parser.rb', line 13

def source_argument
  @source_argument
end

#source_nameObject

Returns the value of attribute source_name

Returns:

  • (Object)

    the current value of source_name



13
14
15
# File 'lib/keisanjaku/parser.rb', line 13

def source_name
  @source_name
end