Class:ConditionalPrimary - Superclass: Node Node
⌊ ConditionalPrimary
public class ConditionalPrimary
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Method Summary | |
---|---|
void | dispatch(mixed sqlWalker, mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
void | |
void |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $conditionalExpression
public mixed $simpleConditionalExpression
public void dispatch(mixed sqlWalker, mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
public void isConditionalExpression()
public void isSimpleConditionalExpression()
ConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"