Uses of Class
io.trino.matching.Capture
-
Packages that use Capture Package Description io.trino.matching io.trino.matching.pattern -
-
Uses of Capture in io.trino.matching
Methods in io.trino.matching that return Capture Modifier and Type Method Description static <T> Capture<T>Capture. newCapture()static <T> Capture<T>Capture. newCapture(String description)Methods in io.trino.matching with parameters of type Capture Modifier and Type Method Description <T> TMatch. capture(Capture<T> capture)Pattern<T>Pattern. capturedAs(Capture<T> capture)PropertyPattern<F,C,T>Property. capturedAs(Capture<T> capture)<T> TCaptures. get(Capture<T> capture)static <T> CapturesCaptures. ofNullable(Capture<T> capture, T value) -
Uses of Capture in io.trino.matching.pattern
Methods in io.trino.matching.pattern that return Capture Modifier and Type Method Description Capture<T>CapturePattern. capture()Constructors in io.trino.matching.pattern with parameters of type Capture Constructor Description CapturePattern(Capture<T> capture, Pattern<T> previous)
-