Class: Rubycc::Front::AST::LogicalOr
- Inherits:
-
Data
- Object
- Data
- Rubycc::Front::AST::LogicalOr
- Defined in:
- lib/rubycc/front/ast.rb
Instance Attribute Summary collapse
-
#lhs ⇒ Object
readonly
Returns the value of attribute lhs.
-
#rhs ⇒ Object
readonly
Returns the value of attribute rhs.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#lhs ⇒ Object (readonly)
Returns the value of attribute lhs
50 51 52 |
# File 'lib/rubycc/front/ast.rb', line 50 def lhs @lhs end |
#rhs ⇒ Object (readonly)
Returns the value of attribute rhs
50 51 52 |
# File 'lib/rubycc/front/ast.rb', line 50 def rhs @rhs end |
#token ⇒ Object (readonly)
Returns the value of attribute token
50 51 52 |
# File 'lib/rubycc/front/ast.rb', line 50 def token @token end |