| Modifier and Type | Method and Description |
|---|---|
static <T> ValueRef |
ValueRef.from(T[] value) |
static <T> ValueRef |
ValueRef.from(T value,
T... rest) |
| Modifier and Type | Method and Description |
|---|---|
Map<ValueRef,Block> |
Switch.getCases() |
| Constructor and Description |
|---|
Switch(Expression expression,
Map<ValueRef,Block> cases,
Optional<Block> defaultCase) |
Copyright © 2023. All rights reserved.