Package io.prestosql.matching
Class Match
- java.lang.Object
-
- io.prestosql.matching.Match
-
public final class Match extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tcapture(Capture<T> capture)Capturescaptures()booleanequals(java.lang.Object o)inthashCode()static Matchof(Captures captures)java.lang.StringtoString()
-
-
-
Method Detail
-
capture
public <T> T capture(Capture<T> capture)
-
captures
public Captures captures()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-