org.jruby.ast
Interface BinaryOperatorNode

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

public interface BinaryOperatorNode

Author:
cnutter TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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.