Class MultiSelectListExpression
java.lang.Object
software.amazon.smithy.jmespath.JmespathExpression
software.amazon.smithy.jmespath.ast.MultiSelectListExpression
Selects one or more values into a created array.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiSelectListExpression(List<JmespathExpression> expressions) MultiSelectListExpression(List<JmespathExpression> expressions, int line, int column) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ExpressionVisitor<T> visitor) Visits a node using a double-dispatch visitor.booleanGets the ordered list of expressions to add to the list.inthashCode()toString()
-
Constructor Details
-
MultiSelectListExpression
-
MultiSelectListExpression
-
-
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.
-
getExpressions
Gets the ordered list of expressions to add to the list.- Returns:
- Returns the expressions.
-
equals
-
hashCode
public int hashCode() -
toString
-