Uses of Class
org.androidtransfuse.model.ConstructorInjectionPoint

Packages that use ConstructorInjectionPoint
org.androidtransfuse.analysis   
org.androidtransfuse.analysis.astAnalyzer   
org.androidtransfuse.gen   
org.androidtransfuse.gen.invocationBuilder   
 

Uses of ConstructorInjectionPoint in org.androidtransfuse.analysis
 

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

Uses of ConstructorInjectionPoint in org.androidtransfuse.analysis.astAnalyzer
 

Methods in org.androidtransfuse.analysis.astAnalyzer that return ConstructorInjectionPoint
 ConstructorInjectionPoint ASTInjectionAspect.getConstructorInjectionPoint()
           
 

Methods in org.androidtransfuse.analysis.astAnalyzer that return types with arguments of type ConstructorInjectionPoint
 Set<ConstructorInjectionPoint> ASTInjectionAspect.getConstructorInjectionPoints()
           
 

Methods in org.androidtransfuse.analysis.astAnalyzer with parameters of type ConstructorInjectionPoint
 void ASTInjectionAspect.add(ConstructorInjectionPoint constructorInjectionPoint)
           
 

Uses of ConstructorInjectionPoint in org.androidtransfuse.gen
 

Methods in org.androidtransfuse.gen with parameters of type ConstructorInjectionPoint
 com.sun.codemodel.JExpression InvocationBuilder.buildConstructorCall(Map<InjectionNode,TypedExpression> expressionMap, ConstructorInjectionPoint constructorInjectionPoint, com.sun.codemodel.JType type)
           
 

Uses of ConstructorInjectionPoint in org.androidtransfuse.gen.invocationBuilder
 

Methods in org.androidtransfuse.gen.invocationBuilder with parameters of type ConstructorInjectionPoint
 com.sun.codemodel.JExpression PrivateInjectionBuilder.buildConstructorCall(Map<InjectionNode,TypedExpression> expressionMap, ConstructorInjectionPoint constructorInjectionPoint, com.sun.codemodel.JType type)
           
 com.sun.codemodel.JExpression ProtectedInjectionBuilder.buildConstructorCall(Map<InjectionNode,TypedExpression> expressionMap, ConstructorInjectionPoint constructorInjectionPoint, com.sun.codemodel.JType type)
           
 com.sun.codemodel.JExpression PublicInjectionBuilder.buildConstructorCall(Map<InjectionNode,TypedExpression> expressionMap, ConstructorInjectionPoint constructorInjectionPoint, com.sun.codemodel.JType type)
           
 com.sun.codemodel.JExpression ModifierInjectionBuilder.buildConstructorCall(Map<InjectionNode,TypedExpression> expressionMap, ConstructorInjectionPoint constructorInjectionPoint, com.sun.codemodel.JType type)
           
 



Copyright © 2012. All Rights Reserved.