Class: Jade::Parsing::MemberAccessPostfix
- Inherits:
-
Data
- Object
- Data
- Jade::Parsing::MemberAccessPostfix
- Defined in:
- lib/jade/parsing.rb
Instance Attribute Summary collapse
-
#dot ⇒ Object
readonly
Returns the value of attribute dot.
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
Instance Method Summary collapse
Instance Attribute Details
#dot ⇒ Object (readonly)
Returns the value of attribute dot
28 29 30 |
# File 'lib/jade/parsing.rb', line 28 def dot @dot end |
#identifier ⇒ Object (readonly)
Returns the value of attribute identifier
28 29 30 |
# File 'lib/jade/parsing.rb', line 28 def identifier @identifier end |
Instance Method Details
#apply(node) ⇒ Object
29 30 31 |
# File 'lib/jade/parsing.rb', line 29 def apply(node) AST.member_access.call(node, dot, identifier) end |