public enum MultipleAssignmentMetadata
extends Enum
AST node metadata keys used by the multi-assignment destructuring pipeline
introduced in GEP-20. Each key is attached to a VariableExpression
appearing inside the TupleExpression on the LHS of a
DeclarationExpression.
| Enum constant | Description |
|---|---|
MAP_KEY |
Value is the key name (String) used for a map-style key: ident binder. |
REST_BINDING |
Marker on the rest binder (the *ident slot). |
Value is the key name (String) used for a map-style key: ident binder.
Marker on the rest binder (the *ident slot). Value is Boolean.TRUE.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.