public class LambdaRefImpl extends Object implements org.apache.olingo.server.api.uri.queryoption.expression.LambdaRef
| Constructor and Description |
|---|
LambdaRefImpl(String text) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor) |
String |
getVariableName() |
String |
toString() |
public LambdaRefImpl(String text)
public String getVariableName()
getVariableName in interface org.apache.olingo.server.api.uri.queryoption.expression.LambdaRefpublic <T> T accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor)
throws org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException,
org.apache.olingo.server.api.ODataApplicationException
accept in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpressionorg.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitExceptionorg.apache.olingo.server.api.ODataApplicationExceptionCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.