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
ConstructorDescriptionMultiSelectListExpression
(List<JmespathExpression> expressions) MultiSelectListExpression
(List<JmespathExpression> expressions, 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 ordered list of expressions to add to the list.int
hashCode()
toString()
-
Constructor Details
-
MultiSelectListExpression
-
MultiSelectListExpression
-
-
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.
-
getExpressions
Gets the ordered list of expressions to add to the list.- Returns:
- Returns the expressions.
-
equals
-
hashCode
public int hashCode() -
toString
-