. */ namespace Doctrine\ORM\Query\AST; /** * ComparisonOperator = "=" | "<" | "<=" | "<>" | ">" | ">=" | "!=" * * @package Doctrine * @subpackage Query * @author Guilherme Blanco * @author Janne Vanhala * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link http://www.phpdoctrine.org * @since 2.0 * @version $Revision$ */ class ComparisonOperator extends Node { }