Klasse AttributeLambdaExpressionVisitor

java.lang.Object
de.dlr.proseo.api.prip.odata.AttributeLambdaExpressionVisitor
Alle implementierten Schnittstellen:
org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<AttributeLambdaExpressionVisitor.AttributeCondition>

public class AttributeLambdaExpressionVisitor extends Object implements org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<AttributeLambdaExpressionVisitor.AttributeCondition>
AttributeLambdaExpressionVisitor is a visitor class that implements the ExpressionVisitor interface to evaluate lambda expressions on attributes. It provides methods to visit various elements of the expression and perform the corresponding evaluation.
Autor:
Thomas Bassler
  • Konstruktordetails

    • AttributeLambdaExpressionVisitor

      public AttributeLambdaExpressionVisitor(String lambdaVariable)
      Constructor with the lambda variable to work upon.
      Parameter:
      lambdaVariable - The lambda variable to use.
  • Methodendetails