|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASTField | |
|---|---|
| org.androidtransfuse.analysis | |
| org.androidtransfuse.analysis.adapter | |
| org.androidtransfuse.analysis.astAnalyzer | |
| org.androidtransfuse.gen.componentBuilder | |
| Uses of ASTField in org.androidtransfuse.analysis |
|---|
| Methods in org.androidtransfuse.analysis with parameters of type ASTField | |
|---|---|
FieldInjectionPoint |
InjectionPointFactory.buildInjectionPoint(ASTType concreteType,
ASTField astField,
AnalysisContext context)
Build a Field InjectionPoint from the given ASTField |
| Uses of ASTField in org.androidtransfuse.analysis.adapter |
|---|
| Classes in org.androidtransfuse.analysis.adapter that implement ASTField | |
|---|---|
class |
ASTClassField
Class specific AST Field |
class |
ASTElementField
Element specific implementation of the AST Field |
| Methods in org.androidtransfuse.analysis.adapter that return ASTField | |
|---|---|
ASTField |
ASTClassFactory.buildASTClassField(Field field)
Builds an AST Field from the given field |
ASTField |
ASTElementFactory.buildASTElementVariable(VariableElement variableElement)
Build a ASTElementField from the given VariableElement |
| Methods in org.androidtransfuse.analysis.adapter that return types with arguments of type ASTField | |
|---|---|
Collection<ASTField> |
ASTArrayType.getFields()
|
Collection<ASTField> |
ASTTypeVirtualProxy.getFields()
|
Collection<ASTField> |
ASTElementType.getFields()
|
Collection<ASTField> |
ASTGenericTypeWrapper.getFields()
|
Collection<ASTField> |
ASTProxyType.getFields()
|
Collection<ASTField> |
ASTType.getFields()
Supplies all available fields |
Collection<ASTField> |
ASTPrimitiveType.getFields()
|
Collection<ASTField> |
ASTVoidType.getFields()
|
Collection<ASTField> |
ASTEmptyType.getFields()
|
Collection<ASTField> |
ASTClassType.getFields()
|
| Constructor parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTField | |
|---|---|
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)
|
|
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 ASTField in org.androidtransfuse.analysis.astAnalyzer |
|---|
| Methods in org.androidtransfuse.analysis.astAnalyzer with parameters of type ASTField | |
|---|---|
void |
InjectionAnalyzer.analyzeField(InjectionNode injectionNode,
ASTType concreteType,
ASTField astField,
AnalysisContext context)
|
void |
ASTAnalysis.analyzeField(InjectionNode injectionNode,
ASTType concreteType,
ASTField astField,
AnalysisContext context)
Analyze the given field. |
void |
NonConfigurationAnalysis.analyzeField(InjectionNode injectionNode,
ASTType concreteType,
ASTField astField,
AnalysisContext context)
|
void |
RegistrationAnalyzer.analyzeField(InjectionNode injectionNode,
ASTType concreteType,
ASTField astField,
AnalysisContext context)
|
void |
ASTAnalysisAdaptor.analyzeField(InjectionNode injectionNode,
ASTType concreteType,
ASTField astField,
AnalysisContext context)
|
| Uses of ASTField in org.androidtransfuse.gen.componentBuilder |
|---|
| Methods in org.androidtransfuse.gen.componentBuilder with parameters of type ASTField | |
|---|---|
ActivityFieldDelegateASTReference |
ComponentBuilderFactory.buildActivityFieldDelegateASTReference(ASTField astField)
|
ViewFieldRegistrationInvocationBuilderImpl |
ComponentBuilderFactory.buildViewFieldRegistrationInvocationBuilder(ASTField field)
|
| Constructors in org.androidtransfuse.gen.componentBuilder with parameters of type ASTField | |
|---|---|
ActivityFieldDelegateASTReference(ASTField astField,
InvocationBuilder invocationBuilder)
|
|
ViewFieldRegistrationInvocationBuilderImpl(ASTField astField,
InvocationBuilder invocationBuilder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||