Class: Rubycc::Front::AST::VaEnd
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::VaEnd
- 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
-
#ap ⇒ Object
readonly
Returns the value of attribute ap.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#ap ⇒ Object (readonly)
Returns the value of attribute ap
342 343 344 |
# File 'lib/rubycc/front/ast.rb', line 342 def ap @ap end |
#token ⇒ Object (readonly)
Returns the value of attribute token
342 343 344 |
# File 'lib/rubycc/front/ast.rb', line 342 def token @token end |