Class: Rubycc::Front::AST::BuiltinUnreachable
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::BuiltinUnreachable
- Defined in:
- lib/rubycc/front/ast.rb
Overview
"__builtin_unreachable ()": marks a point control never reaches, typed
void. rubycc performs no optimization, so it lowers to no code at all —
its only role is to let constructs like CRuby's UNREACHABLE_RETURN
("(__builtin_unreachable(), value)") compile. token is the keyword.
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token
454 455 456 |
# File 'lib/rubycc/front/ast.rb', line 454 def token @token end |