Class: RSpock::AST::BinaryStatementNode
- Inherits:
-
ASTTransform::Node
- Object
- ASTTransform::Node
- RSpock::AST::BinaryStatementNode
- Defined in:
- lib/rspock/ast/node.rb
Instance Method Summary collapse
Instance Method Details
#lhs ⇒ Object
98 |
# File 'lib/rspock/ast/node.rb', line 98 def lhs = children[0] |
#operator ⇒ Object
99 |
# File 'lib/rspock/ast/node.rb', line 99 def operator = children[1] |
#rhs ⇒ Object
100 |
# File 'lib/rspock/ast/node.rb', line 100 def rhs = children[2] |