public class ImplementationValidator extends FoundOnImplementsValidator
Implementation
.Modifier and Type | Field | Description |
---|---|---|
static com.google.common.collect.ImmutableSet<String> |
METHODS_ALLOWED_TO_BE_PUBLIC |
imp
annotationType, currentAnnotation, currentElement, elements, helpers, messager, modelBuilder, types
Constructor | Description |
---|---|
ImplementationValidator(RobolectricModel.Builder modelBuilder,
javax.annotation.processing.ProcessingEnvironment env) |
Modifier and Type | Method | Description |
---|---|---|
Void |
visitExecutable(javax.lang.model.element.ExecutableElement elem,
javax.lang.model.element.TypeElement parent) |
init, visitExecutable, visitVariable, visitVariable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
error, error, getAnnotationType, getCurrentAnnotation, message, message, visit, visit, visitPackage, visitType, visitTypeParameter, visitUnknown
public static final com.google.common.collect.ImmutableSet<String> METHODS_ALLOWED_TO_BE_PUBLIC
public ImplementationValidator(RobolectricModel.Builder modelBuilder, javax.annotation.processing.ProcessingEnvironment env)
public Void visitExecutable(javax.lang.model.element.ExecutableElement elem, javax.lang.model.element.TypeElement parent)
visitExecutable
in class FoundOnImplementsValidator