Class: Rubycc::Front::AST::OffsetofMember
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::OffsetofMember
- Defined in:
- lib/rubycc/front/ast.rb
Overview
One member step of a __builtin_offsetof designator: the member named
name of the aggregate reached so far. token is the member identifier,
for a "no member named ..." diagnostic.
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
381 382 383 |
# File 'lib/rubycc/front/ast.rb', line 381 def name @name end |
#token ⇒ Object (readonly)
Returns the value of attribute token
381 382 383 |
# File 'lib/rubycc/front/ast.rb', line 381 def token @token end |