public static class Helpers.CastableTo extends Object implements com.google.errorprone.predicates.TypePredicate
Matches implementations of the given interface.
Modifier and Type | Field and Description |
---|---|
com.google.errorprone.suppliers.Supplier<com.sun.tools.javac.code.Type> |
expected |
Constructor and Description |
---|
CastableTo(com.google.errorprone.suppliers.Supplier<com.sun.tools.javac.code.Type> type) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(com.sun.tools.javac.code.Type type,
com.google.errorprone.VisitorState state) |