Uses of Interface
org.androidtransfuse.analysis.adapter.ASTConstructor

Packages that use ASTConstructor
org.androidtransfuse.analysis   
org.androidtransfuse.analysis.adapter   
 

Uses of ASTConstructor in org.androidtransfuse.analysis
 

Methods in org.androidtransfuse.analysis with parameters of type ASTConstructor
 ConstructorInjectionPoint InjectionPointFactory.buildInjectionPoint(ASTType concreteType, ASTConstructor astConstructor, AnalysisContext context)
          Build a Constructor InjectionPoint from the given ASTConstructor
 

Uses of ASTConstructor in org.androidtransfuse.analysis.adapter
 

Classes in org.androidtransfuse.analysis.adapter that implement ASTConstructor
 class ASTClassConstructor
          Class specific AST Constructor
 class ASTElementConstructor
          Element specific implementation of the AST Constructor
 

Methods in org.androidtransfuse.analysis.adapter that return ASTConstructor
 ASTConstructor ASTClassFactory.buildASTClassConstructor(Constructor constructor)
          Build an AST Constructor from the given constructor
 ASTConstructor ASTElementFactory.buildASTElementConstructor(ExecutableElement executableElement)
          Build an ASTConstructor from the input ExecutableElement
 

Methods in org.androidtransfuse.analysis.adapter that return types with arguments of type ASTConstructor
 Collection<ASTConstructor> ASTArrayType.getConstructors()
           
 Collection<ASTConstructor> ASTTypeVirtualProxy.getConstructors()
           
 Collection<ASTConstructor> ASTElementType.getConstructors()
           
 Collection<ASTConstructor> ASTGenericTypeWrapper.getConstructors()
           
 Collection<ASTConstructor> ASTProxyType.getConstructors()
           
 Collection<ASTConstructor> ASTType.getConstructors()
          Supplies all available constructors
 Collection<ASTConstructor> ASTPrimitiveType.getConstructors()
           
 Collection<ASTConstructor> ASTVoidType.getConstructors()
           
 Collection<ASTConstructor> ASTEmptyType.getConstructors()
           
 Collection<ASTConstructor> ASTClassType.getConstructors()
           
 

Constructor parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTConstructor
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)
           
 



Copyright © 2012. All Rights Reserved.