Class:RangeVariableDeclaration - Superclass: Node Node
⌊ RangeVariableDeclaration
public class RangeVariableDeclaration
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
RangeVariableDeclaration(mixed abstractSchemaName, mixed aliasIdentificationVar) |
Method Summary | |
---|---|
void | dispatch(mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $abstractSchemaName
public mixed $aliasIdentificationVariable
public RangeVariableDeclaration(mixed abstractSchemaName, mixed aliasIdentificationVar)
public void dispatch(mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable