. */ namespace Doctrine\ORM\Query\Parser; /** * EmbeddedClassStateField ::= FieldIdentificationVariable * * @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 EmbeddedClassStateField extends FieldIdentificationVariable { }