Package org.jruby.ast

Interface BinaryOperatorNode

All Known Implementing Classes:
AndNode, OpAsgnAndNode, OpAsgnConstDeclNode, OpAsgnOrNode, OrNode

public interface BinaryOperatorNode
Convenience interface for operations which only have two nodes
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the firstNode.
    Gets the secondNode.
  • Method Details

    • getFirstNode

      Node getFirstNode()
      Gets the firstNode.
      Returns:
      Returns a Node
    • getSecondNode

      Node getSecondNode()
      Gets the secondNode.
      Returns:
      Returns a Node