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
ConstructorsConstructorDescriptionExpressionTypeExpression(JmespathExpression expression) ExpressionTypeExpression(JmespathExpression expression, int line, int column)  - 
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ExpressionVisitor<T> visitor) Visits a node using a double-dispatch visitor.booleanGets the contained expression.inthashCode()toString() 
- 
Constructor Details
- 
ExpressionTypeExpression
 - 
ExpressionTypeExpression
 
 - 
 - 
Method Details
- 
accept
Description copied from class:JmespathExpressionVisits a node using a double-dispatch visitor.- Specified by:
 acceptin 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
 
 -