Class: Rubycc::Front::AST::ExpressionStmt
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::ExpressionStmt
- Defined in:
- lib/rubycc/front/ast.rb
Overview
An expression evaluated for its side effects; the value is discarded.
Instance Attribute Summary collapse
-
#expr ⇒ Object
readonly
Returns the value of attribute expr.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#expr ⇒ Object (readonly)
Returns the value of attribute expr
230 231 232 |
# File 'lib/rubycc/front/ast.rb', line 230 def expr @expr end |
#token ⇒ Object (readonly)
Returns the value of attribute token
230 231 232 |
# File 'lib/rubycc/front/ast.rb', line 230 def token @token end |