org.jruby.ast
Interface BinaryOperatorNode

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

public interface BinaryOperatorNode

Convenience interface for operations which only have two nodes


Method Summary
 Node getFirstNode()
          Gets the firstNode.
 Node getSecondNode()
          Gets the secondNode.
 

Method Detail

getFirstNode

Node getFirstNode()
Gets the firstNode.

Returns:
Returns a Node

getSecondNode

Node getSecondNode()
Gets the secondNode.

Returns:
Returns a Node


Copyright © 2002-2007 JRuby Team. All Rights Reserved.