public class WithPattern<T> extends Pattern<T>
| Constructor and Description |
|---|
WithPattern(PropertyPattern<? super T,?,?> propertyPattern,
Pattern<T> previous) |
| Modifier and Type | Method and Description |
|---|---|
<C> Stream<Match> |
accept(Object object,
Captures captures,
C context) |
void |
accept(PatternVisitor patternVisitor) |
Pattern<?> |
getPattern() |
Property<? super T,?,?> |
getProperty() |
public WithPattern(PropertyPattern<? super T,?,?> propertyPattern, Pattern<T> previous)
Copyright © 2012–2020. All rights reserved.