| Modifier and Type | Field and Description |
|---|---|
static HashCodeVisitor |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Integer |
visit(Constant<?> expr,
Void context)
Visit a Contant instance with the given context
|
Integer |
visit(FactoryExpression<?> expr,
Void context)
Visit a FactoryExpression instance with the given context
|
Integer |
visit(Operation<?> expr,
Void context)
Vist a Operation instance with the given context
|
Integer |
visit(ParamExpression<?> expr,
Void context)
Visit a ParamExpression instance with the given context
|
Integer |
visit(Path<?> expr,
Void context)
Visit a Path instance with the given context
|
Integer |
visit(SubQueryExpression<?> expr,
Void context)
Visit a SubQueryExpression instance with the given context
|
Integer |
visit(TemplateExpression<?> expr,
Void context)
Visit a TemplateExpression instance with the given context
|
public static final HashCodeVisitor DEFAULT
public Integer visit(Constant<?> expr, Void context)
Visitorpublic Integer visit(FactoryExpression<?> expr, Void context)
Visitorpublic Integer visit(Operation<?> expr, Void context)
Visitorpublic Integer visit(ParamExpression<?> expr, Void context)
Visitorpublic Integer visit(Path<?> expr, Void context)
Visitorpublic Integer visit(SubQueryExpression<?> expr, Void context)
Visitorpublic Integer visit(TemplateExpression<?> expr, Void context)
VisitorCopyright © 2007–2015 Mysema Ltd. All rights reserved.