Class MapEntryExpression
java.lang.Object
com.blazebit.persistence.parser.expression.AbstractExpression
com.blazebit.persistence.parser.expression.MapEntryExpression
- All Implemented Interfaces:
Expression,PathElementExpression,QualifiedExpression
public class MapEntryExpression extends AbstractExpression implements PathElementExpression, QualifiedExpression
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.persistence.parser.expression.Expression
Expression.ResultVisitor<T>, Expression.Visitor -
Constructor Summary
Constructors Constructor Description MapEntryExpression(PathExpression path) -
Method Summary
Modifier and Type Method Description <T> Taccept(Expression.ResultVisitor<T> visitor)voidaccept(Expression.Visitor visitor)The expression tree is traversed in pre-order.MapEntryExpressioncopy(ExpressionCopyContext copyContext)booleanequals(Object o)PathExpressiongetPath()StringgetQualificationExpression()inthashCode()voidsetPath(PathExpression path)
-
Constructor Details
-
Method Details
-
copy
- Specified by:
copyin interfaceExpression- Specified by:
copyin interfacePathElementExpression- Specified by:
copyin classAbstractExpression- Returns:
-
accept
Description copied from interface:ExpressionThe expression tree is traversed in pre-order.- Specified by:
acceptin interfaceExpression
-
accept
- Specified by:
acceptin interfaceExpression
-
getPath
- Specified by:
getPathin interfaceQualifiedExpression
-
getQualificationExpression
- Specified by:
getQualificationExpressionin interfaceQualifiedExpression
-
setPath
-
hashCode
public int hashCode() -
equals
-