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 TypeMethodDescriptionGets the firstNode.Gets the secondNode.