Class Exact
java.lang.Object
com.google.errorprone.predicates.type.Exact
- All Implemented Interfaces:
TypePredicate
,Serializable
public class Exact extends Object implements TypePredicate
Matches types that exactly match the given type.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
apply(com.sun.tools.javac.code.Type type, VisitorState state)
-
Field Details
-
supplier
-
-
Constructor Details
-
Exact
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceTypePredicate
-