Uses of Class
org.androidtransfuse.model.MethodInjectionPoint

Packages that use MethodInjectionPoint
org.androidtransfuse.analysis   
org.androidtransfuse.analysis.astAnalyzer   
org.androidtransfuse.gen   
 

Uses of MethodInjectionPoint in org.androidtransfuse.analysis
 

Methods in org.androidtransfuse.analysis that return MethodInjectionPoint
 MethodInjectionPoint InjectionPointFactory.buildInjectionPoint(ASTType concreteType, ASTMethod astMethod, AnalysisContext context)
          Build a Method Injection Point from the given ASTMethod
 

Uses of MethodInjectionPoint in org.androidtransfuse.analysis.astAnalyzer
 

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

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

Method parameters in org.androidtransfuse.analysis.astAnalyzer with type arguments of type MethodInjectionPoint
 void ASTInjectionAspect.addAllMethodInjectionPoints(Set<MethodInjectionPoint> methodInjectionPoints)
           
 

Uses of MethodInjectionPoint in org.androidtransfuse.gen
 

Methods in org.androidtransfuse.gen with parameters of type MethodInjectionPoint
 com.sun.codemodel.JStatement InvocationBuilder.buildMethodCall(ASTType returnType, Map<InjectionNode,TypedExpression> expressionMap, MethodInjectionPoint methodInjectionPoint, com.sun.codemodel.JExpression variable)
           
 



Copyright © 2012. All Rights Reserved.