org.jrubyparser.ast
Interface BinaryOperatorNode

All Known Implementing Classes:
AndNode, ArgsCatNode, BinaryOperatorBaseNode, OpAsgnAndNode, OpAsgnOrNode, OrNode

public interface BinaryOperatorNode

Convenience interface for operations which only have two nodes


Method Summary
 Node getFirst()
          Gets the firstNode.
 Node getSecond()
          Gets the secondNode.
 

Method Detail

getFirst

Node getFirst()
Gets the firstNode.

Returns:
Returns a Node

getSecond

Node getSecond()
Gets the secondNode.

Returns:
Returns a Node


Copyright © 2013. All Rights Reserved.