Uses of Interface
org.n52.svalbard.odata.core.expr.TextExpr
-
Packages that use TextExpr Package Description org.n52.svalbard.odata.core org.n52.svalbard.odata.core.expr -
-
Uses of TextExpr in org.n52.svalbard.odata.core
Methods in org.n52.svalbard.odata.core that return TextExpr Modifier and Type Method Description TextExprSTAQueryOptionVisitor. visitConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)TextExprSTAQueryOptionVisitor. visitSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)TextExprSTAQueryOptionVisitor. visitTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)TextExprSTAQueryOptionVisitor. visitTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)TextExprSTAQueryOptionVisitor. visitTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)TextExprSTAQueryOptionVisitor. visitToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)TextExprSTAQueryOptionVisitor. visitToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)TextExprSTAQueryOptionVisitor. visitTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx) -
Uses of TextExpr in org.n52.svalbard.odata.core.expr
Subinterfaces of TextExpr in org.n52.svalbard.odata.core.expr Modifier and Type Interface Description interfaceDirectTextExprInterface for TextExpressions that can be represented directly by a String.Classes in org.n52.svalbard.odata.core.expr that implement TextExpr Modifier and Type Class Description classMemberExprClass to hold a member or value reference expression.classMethodCallExprClass to hold a method call expression.classStringValueExprExpression representing a value.Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type TextExpr Modifier and Type Method Description default Optional<TextExpr>DirectTextExpr. asTextValue()default Optional<TextExpr>Expr. asTextValue()Get this expression as a string expressiondefault Optional<TextExpr>TextExpr. asTextValue()
-