interface CriteriaExpression
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(CriteriaExpressionVisitor visitor)
Accept visit from the given visitor.
|
java.lang.StringBuilder |
asProjection(AliasContext q)
Get a string representation of this node as a projection term in the context of the given query.
|
java.lang.StringBuilder |
asValue(AliasContext q)
Get a string representation of this node as a value in the context of the given query.
|
java.lang.StringBuilder |
asVariable(AliasContext q)
Get a string representation of this node as a variable in the context of the given query.
|
void acceptVisit(CriteriaExpressionVisitor visitor)
visitor
- a processor to walk the nodes of a tree.java.lang.StringBuilder asValue(AliasContext q)
java.lang.StringBuilder asVariable(AliasContext q)
java.lang.StringBuilder asProjection(AliasContext q)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.