Uses of Interface
org.n52.svalbard.odata.core.expr.ExprVisitor
-
Packages that use ExprVisitor Package Description org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.arithmetic org.n52.svalbard.odata.core.expr.bool org.n52.svalbard.odata.core.expr.temporal -
-
Uses of ExprVisitor in org.n52.svalbard.odata.core.expr
Methods in org.n52.svalbard.odata.core.expr with parameters of type ExprVisitor Modifier and Type Method Description <T,X extends Throwable>
TExpr. accept(ExprVisitor<T,X> visitor)Acceptsvisitorfor this expression.<T,X extends Throwable>
TGeoValueExpr. accept(ExprVisitor<T,X> visitor)<T,X extends Throwable>
TMemberExpr. accept(ExprVisitor<T,X> visitor)<T,X extends Throwable>
TMethodCallExpr. accept(ExprVisitor<T,X> visitor)<T,X extends Throwable>
TStringValueExpr. accept(ExprVisitor<T,X> visitor) -
Uses of ExprVisitor in org.n52.svalbard.odata.core.expr.arithmetic
Methods in org.n52.svalbard.odata.core.expr.arithmetic with parameters of type ExprVisitor Modifier and Type Method Description <T,X extends Throwable>
TNumericValueExpr. accept(ExprVisitor<T,X> visitor)<T,X extends Throwable>
TSimpleArithmeticExpr. accept(ExprVisitor<T,X> visitor)Acceptsvisitorfor this expression. -
Uses of ExprVisitor in org.n52.svalbard.odata.core.expr.bool
Methods in org.n52.svalbard.odata.core.expr.bool with parameters of type ExprVisitor Modifier and Type Method Description <T,X extends Throwable>
TBooleanBinaryExpr. accept(ExprVisitor<T,X> visitor)<T,X extends Throwable>
TBooleanUnaryExpr. accept(ExprVisitor<T,X> visitor)<T,X extends Throwable>
TComparisonExpr. accept(ExprVisitor<T,X> visitor) -
Uses of ExprVisitor in org.n52.svalbard.odata.core.expr.temporal
Methods in org.n52.svalbard.odata.core.expr.temporal with parameters of type ExprVisitor Modifier and Type Method Description <T,X extends Throwable>
TTimeValueExpr. accept(ExprVisitor<T,X> visitor)
-