|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ASTAnnotation in org.androidtransfuse.analysis |
|---|
| Method parameters in org.androidtransfuse.analysis with type arguments of type ASTAnnotation | |
|---|---|
InjectionNode |
InjectionPointFactory.buildInjectionNode(Collection<ASTAnnotation> annotations,
ASTType astType,
AnalysisContext context)
|
| Uses of ASTAnnotation in org.androidtransfuse.analysis.adapter |
|---|
| Classes in org.androidtransfuse.analysis.adapter that implement ASTAnnotation | |
|---|---|
class |
ASTClassAnnotation
Class specific AST Annotation |
class |
ASTElementAnnotation
Element specific AST Annotation |
| Method parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTAnnotation | |
|---|---|
ASTAnnotation |
ASTUtils.getAnnotation(Class resourceClass,
Collection<ASTAnnotation> annotations)
|
| Constructor parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTAnnotation | |
|---|---|
ASTClassConstructor(com.google.common.collect.ImmutableList<ASTAnnotation> annotations,
Constructor<?> constructor,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
ASTClassField(Field field,
ASTType astType,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
|
|
ASTClassMethod(Method method,
ASTType returnType,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwTypes)
|
|
ASTClassParameter(Annotation[] annotations,
ASTType astType,
com.google.common.collect.ImmutableCollection<ASTAnnotation> astAnnotations)
|
|
ASTClassType(Class<?> clazz,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotationList,
com.google.common.collect.ImmutableCollection<ASTConstructor> constructors,
com.google.common.collect.ImmutableCollection<ASTMethod> methods,
com.google.common.collect.ImmutableCollection<ASTField> fields,
ASTType superClass,
com.google.common.collect.ImmutableCollection<ASTType> interfaces)
|
|
ASTElementBase(Element element,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
|
|
ASTElementConstructor(ExecutableElement executableElement,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
ASTElementField(VariableElement variableElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
|
|
ASTElementMethod(ExecutableElement executableElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
ASTElementParameter(TypeParameterElement typeParameterElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
|
|
ASTElementParameter(VariableElement variableElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
|
|
ASTElementType(TypeElement typeElement,
com.google.common.collect.ImmutableCollection<ASTConstructor> constructors,
com.google.common.collect.ImmutableCollection<ASTMethod> methods,
com.google.common.collect.ImmutableCollection<ASTField> fields,
ASTType superClass,
com.google.common.collect.ImmutableCollection<ASTType> interfaces,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
|
|
| Uses of ASTAnnotation in org.androidtransfuse.analysis.module |
|---|
| Methods in org.androidtransfuse.analysis.module with parameters of type ASTAnnotation | |
|---|---|
void |
MethodProcessor.process(ASTMethod astMethod,
ASTAnnotation astAnnotation)
|
| Uses of ASTAnnotation in org.androidtransfuse.analysis.repository |
|---|
| Methods in org.androidtransfuse.analysis.repository with parameters of type ASTAnnotation | |
|---|---|
boolean |
InjectionNodeBuilderRepository.containsBinding(ASTAnnotation bindingAnnotation)
|
InjectionNodeBuilder |
InjectionNodeBuilderRepository.getBinding(ASTAnnotation bindingAnnotation)
|
boolean |
AOPRepository.isInterceptor(ASTAnnotation annotation)
|
| Uses of ASTAnnotation in org.androidtransfuse.gen.variableBuilder |
|---|
| Methods in org.androidtransfuse.gen.variableBuilder with parameters of type ASTAnnotation | |
|---|---|
InjectionNode |
FragmentViewInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
InjectionNode |
ResourceInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
InjectionNode |
ViewInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
InjectionNode |
SystemServiceBindingInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
abstract InjectionNode |
InjectionNodeBuilderSingleAnnotationAdapter.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
InjectionNode |
PreferenceInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
InjectionNode |
ExtraInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
ASTAnnotation annotation)
|
| Method parameters in org.androidtransfuse.gen.variableBuilder with type arguments of type ASTAnnotation | |
|---|---|
InjectionNode |
IndependentInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
Collection<ASTAnnotation> annotations)
|
InjectionNode |
GeneratedProviderInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
Collection<ASTAnnotation> annotations)
|
InjectionNode |
InjectionNodeBuilderNoAnnotationAdapter.buildInjectionNode(ASTType astType,
AnalysisContext context,
Collection<ASTAnnotation> annotations)
|
InjectionNode |
InjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
Collection<ASTAnnotation> annotations)
|
InjectionNode |
InjectionNodeBuilderSingleAnnotationAdapter.buildInjectionNode(ASTType astType,
AnalysisContext context,
Collection<ASTAnnotation> annotations)
|
InjectionNode |
DependentInjectionNodeBuilder.buildInjectionNode(ASTType astType,
AnalysisContext context,
Collection<ASTAnnotation> annotations)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||