Check.Result| Constructor and Description |
|---|
DuckabilityChecks(javax.annotation.processing.ProcessingEnvironment procEnv) |
| Modifier and Type | Method and Description |
|---|---|
Check.Result |
checkDuckability(javax.lang.model.type.TypeMirror toDuck)
Checks that the given type can be ducked.
|
public DuckabilityChecks(javax.annotation.processing.ProcessingEnvironment procEnv)
public Check.Result checkDuckability(javax.lang.model.type.TypeMirror toDuck)
toDuck - A type element representing some type to be ducked.Result indicating success or failure.