Uses of Class
io.trino.matching.Pattern
Packages that use Pattern
-
Uses of Pattern in io.trino.matching
Methods in io.trino.matching that return PatternModifier and TypeMethodDescriptionPattern.any()Pattern.capturedAs(Capture<T> capture) PropertyPattern.getPattern()Pattern.matching(BiPredicate<? super T, ?> predicate) static <T> Pattern<T>Pattern.with(PropertyPattern<? super T, ?, ?> pattern) Methods in io.trino.matching that return types with arguments of type PatternMethods in io.trino.matching with parameters of type PatternModifier and TypeMethodDescription<R> PropertyPattern<F,C, R> static <F,C, T, R> PropertyPattern<F, C, R> default voidPatternVisitor.visitPrevious(Pattern<?> pattern) Constructors in io.trino.matching with parameters of type PatternConstructor parameters in io.trino.matching with type arguments of type Pattern -
Uses of Pattern in io.trino.matching.pattern
Subclasses of Pattern in io.trino.matching.patternMethods in io.trino.matching.pattern that return PatternConstructors in io.trino.matching.pattern with parameters of type PatternModifierConstructorDescriptionCapturePattern(Capture<T> capture, Pattern<T> previous) WithPattern(PropertyPattern<? super T, ?, ?> propertyPattern, Pattern<T> previous) Constructor parameters in io.trino.matching.pattern with type arguments of type PatternModifierConstructorDescriptionEqualsPattern(T expectedValue, Optional<Pattern<?>> previous) FilterPattern(BiPredicate<? super T, ?> predicate, Optional<Pattern<?>> previous) TypeOfPattern(Class<T> expectedClass, Optional<Pattern<?>> previous)