Class: Rubycc::Front::AST::VariableRef
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::VariableRef
- Defined in:
- lib/rubycc/front/ast.rb
Overview
A reference to a local variable by name.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
125 126 127 |
# File 'lib/rubycc/front/ast.rb', line 125 def name @name end |
#token ⇒ Object (readonly)
Returns the value of attribute token
125 126 127 |
# File 'lib/rubycc/front/ast.rb', line 125 def token @token end |