Class: Rubycc::Front::AST::MemberDesignator
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::MemberDesignator
- Defined in:
- lib/rubycc/front/ast.rb
Overview
A member designator ".identifier" (6.7.9). name is the member's name;
token is the "." for diagnostics (an unknown member).
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
122 123 124 |
# File 'lib/rubycc/front/ast.rb', line 122 def name @name end |
#token ⇒ Object (readonly)
Returns the value of attribute token
122 123 124 |
# File 'lib/rubycc/front/ast.rb', line 122 def token @token end |