Class ExpressionTypeExpression
java.lang.Object
software.amazon.smithy.jmespath.JmespathExpression
software.amazon.smithy.jmespath.ast.ExpressionTypeExpression
Contains a reference to an expression that can be run zero or more
times by a function.
- See Also:
-
Constructor Summary
ConstructorDescriptionExpressionTypeExpression
(JmespathExpression expression) ExpressionTypeExpression
(JmespathExpression expression, int line, int column) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(ExpressionVisitor<T> visitor) Visits a node using a double-dispatch visitor.boolean
Gets the contained expression.int
hashCode()
toString()
-
Constructor Details
-
ExpressionTypeExpression
-
ExpressionTypeExpression
-
-
Method Details
-
accept
Description copied from class:JmespathExpression
Visits a node using a double-dispatch visitor.- Specified by:
accept
in classJmespathExpression
- Type Parameters:
T
- Type of value the visitor returns.- Parameters:
visitor
- Visitor to accept on the node.- Returns:
- Returns the result of applying the visitor.
-
getExpression
Gets the contained expression.- Returns:
- Returns the contained expression.
-
equals
-
hashCode
public int hashCode() -
toString
-