Class: Rubycc::Front::AST::Continue
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::Continue
- Defined in:
- lib/rubycc/front/ast.rb
Overview
continue; — targets the innermost enclosing iteration-statement,
passing straight through any switch that sits between it and the loop.
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
278 279 280 |
# File 'lib/rubycc/front/ast.rb', line 278 def token @token end |