Class: Rubycc::Front::AST::VaEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/rubycc/front/ast.rb

Overview

"__builtin_va_end ( ap )": ends traversal of ap. On System V this is a no-op beyond type-checking the operand, so the node carries only the va_list expression and the keyword token; its value is void.

Instance Attribute Summary collapse

Instance Attribute Details

#apObject (readonly)

Returns the value of attribute ap

Returns:

  • (Object)

    the current value of ap



342
343
344
# File 'lib/rubycc/front/ast.rb', line 342

def ap
  @ap
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



342
343
344
# File 'lib/rubycc/front/ast.rb', line 342

def token
  @token
end