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