Class: Rubycc::Front::AST::Continue

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



278
279
280
# File 'lib/rubycc/front/ast.rb', line 278

def token
  @token
end