Class: Rubycc::Front::AST::Break

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

Overview

break; — targets the innermost enclosing iteration-statement or, once switch exists, the innermost enclosing switch.

Instance Attribute Summary collapse

Instance Attribute Details

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



274
275
276
# File 'lib/rubycc/front/ast.rb', line 274

def token
  @token
end