Class: Rubycc::Front::AST::EmptyStmt
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::EmptyStmt
- Defined in:
- lib/rubycc/front/ast.rb
Overview
The empty statement ";".
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
233 234 235 |
# File 'lib/rubycc/front/ast.rb', line 233 def token @token end |