public class AndHowElementScanner7 extends ElementScanner7<CompileUnit,String>
DEFAULT_VALUE| Constructor and Description |
|---|
AndHowElementScanner7(ProcessingEnvironment processingEnv,
String typeNameOfAndHowProperty,
String typeNameOfAndHowInit,
String typeNameOfAndHowTestInit) |
| Modifier and Type | Method and Description |
|---|---|
CompileUnit |
visitType(TypeElement e,
String p) |
CompileUnit |
visitVariable(VariableElement e,
String p) |
scan, scan, scan, visitExecutable, visitPackage, visitTypeParametervisit, visit, visitUnknownpublic AndHowElementScanner7(ProcessingEnvironment processingEnv, String typeNameOfAndHowProperty, String typeNameOfAndHowInit, String typeNameOfAndHowTestInit)
processingEnv - The ProcessingEnvironment that a javax.annotation.processing.Processor
is initialized with.typeNameOfAndHowProperty - The fully qualified name of the interface that
all AndHow Properties implement.public CompileUnit visitVariable(VariableElement e, String p)
visitVariable in interface ElementVisitor<CompileUnit,String>visitVariable in class ElementScanner7<CompileUnit,String>public CompileUnit visitType(TypeElement e, String p)
visitType in interface ElementVisitor<CompileUnit,String>visitType in class ElementScanner6<CompileUnit,String>Copyright © 2017. All rights reserved.