class RelationalNode extends BinaryNode { RelationalNode(String aOp, ExpressionNode aLeft, ExpressionNode aRight) { super(aOp, aLeft, aRight); } }