| Package | Description |
|---|---|
| io.prestosql.matching | |
| io.prestosql.matching.pattern |
| Modifier and Type | Method and Description |
|---|---|
static <T> Capture<T> |
Capture.newCapture() |
static <T> Capture<T> |
Capture.newCapture(String description) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Match.capture(Capture<T> capture) |
Pattern<T> |
Pattern.capturedAs(Capture<T> capture) |
PropertyPattern<F,C,T> |
Property.capturedAs(Capture<T> capture) |
<T> T |
Captures.get(Capture<T> capture) |
static <T> Captures |
Captures.ofNullable(Capture<T> capture,
T value) |
| Modifier and Type | Method and Description |
|---|---|
Capture<T> |
CapturePattern.capture() |
| Constructor and Description |
|---|
CapturePattern(Capture<T> capture,
Pattern<T> previous) |
Copyright © 2012–2020. All rights reserved.