Class: Rubycc::Front::AST::While
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::While
- Defined in:
- lib/rubycc/front/ast.rb
Overview
while (condition) body
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
261 262 263 |
# File 'lib/rubycc/front/ast.rb', line 261 def body @body end |
#condition ⇒ Object (readonly)
Returns the value of attribute condition
261 262 263 |
# File 'lib/rubycc/front/ast.rb', line 261 def condition @condition end |
#token ⇒ Object (readonly)
Returns the value of attribute token
261 262 263 |
# File 'lib/rubycc/front/ast.rb', line 261 def token @token end |