Class:Literal - Superclass: Node Node
⌊ Literal
public class Literal
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
final int | |
final int | |
final int | |
mixed | |
mixed |
Constructor Summary | |
---|---|
Literal(mixed type, mixed value) |
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 final int BOOLEAN = 2
public final int NUMERIC = 3
public final int STRING = 1
public mixed $type
public mixed $value
public Literal(mixed type, mixed value)
public void dispatch(mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
Abstract class of an AST node