Uses of Class
org.androidtransfuse.model.TypedExpression

Packages that use TypedExpression
org.androidtransfuse.analysis.astAnalyzer   
org.androidtransfuse.gen   
org.androidtransfuse.gen.componentBuilder   
org.androidtransfuse.gen.invocationBuilder   
org.androidtransfuse.gen.proxy   
org.androidtransfuse.gen.scopeBuilder   
org.androidtransfuse.gen.variableBuilder   
org.androidtransfuse.gen.variableBuilder.resource   
org.androidtransfuse.gen.variableDecorator   
org.androidtransfuse.model   
 

Uses of TypedExpression in org.androidtransfuse.analysis.astAnalyzer
 

Methods in org.androidtransfuse.analysis.astAnalyzer that return TypedExpression
 TypedExpression VirtualProxyAspect.getProxyExpression()
           
 

Methods in org.androidtransfuse.analysis.astAnalyzer with parameters of type TypedExpression
 void VirtualProxyAspect.setProxyExpression(TypedExpression proxyExpression)
           
 

Uses of TypedExpression in org.androidtransfuse.gen
 

Methods in org.androidtransfuse.gen that return TypedExpression
 TypedExpression InjectionExpressionBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 

Methods in org.androidtransfuse.gen that return types with arguments of type TypedExpression
 Map<InjectionNode,TypedExpression> InjectionFragmentGenerator.buildFragment(com.sun.codemodel.JBlock block, com.sun.codemodel.JDefinedClass definedClass, InjectionNode injectionNode)
           
 Map<InjectionNode,TypedExpression> InjectionBuilderContext.getVariableMap()
           
 

Methods in org.androidtransfuse.gen with parameters of type TypedExpression
 com.sun.codemodel.JStatement InvocationBuilder.buildFieldSet(TypedExpression expression, FieldInjectionPoint fieldInjectionPoint, com.sun.codemodel.JExpression variable)
           
 

Method parameters in org.androidtransfuse.gen with type arguments of type TypedExpression
 com.sun.codemodel.JExpression InvocationBuilder.buildConstructorCall(Map<InjectionNode,TypedExpression> expressionMap, ConstructorInjectionPoint constructorInjectionPoint, com.sun.codemodel.JType type)
           
 com.sun.codemodel.JInvocation InvocationBuilder.buildMethodCall(ASTType returnType, List<ASTParameter> callingParameters, Map<ASTParameter,TypedExpression> parameters, ASTType targetExpressionType, com.sun.codemodel.JExpression targetExpression, ASTMethod methodToCall)
           
 com.sun.codemodel.JStatement InvocationBuilder.buildMethodCall(ASTType returnType, Map<InjectionNode,TypedExpression> expressionMap, MethodInjectionPoint methodInjectionPoint, com.sun.codemodel.JExpression variable)
           
 void IntentFactoryStrategyGenerator.generate(com.sun.codemodel.JDefinedClass definedClass, MethodDescriptor methodDescriptor, Map<InjectionNode,TypedExpression> expressionMap, ComponentDescriptor descriptor)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.componentBuilder
 

Methods in org.androidtransfuse.gen.componentBuilder with parameters of type TypedExpression
 void RegistrationGenerator.build(com.sun.codemodel.JDefinedClass definedClass, com.sun.codemodel.JBlock block, TypedExpression value)
           
 void ActivityDelegateRegistrationGenerator.build(com.sun.codemodel.JDefinedClass definedClass, com.sun.codemodel.JBlock block, TypedExpression value)
           
 void ViewRegistrationGenerator.build(com.sun.codemodel.JDefinedClass definedClass, com.sun.codemodel.JBlock block, TypedExpression value)
           
 void ViewRegistrationInvocationBuilder.buildInvocation(com.sun.codemodel.JBlock block, TypedExpression expression, com.sun.codemodel.JExpression viewExpression, String method, InjectionNode injectionNode)
           
 void ViewTypeRegistrationInvocationBuilderImpl.buildInvocation(com.sun.codemodel.JBlock block, TypedExpression expression, com.sun.codemodel.JExpression viewExpression, String method, InjectionNode injectionNode)
           
 void ViewMethodRegistrationInvocationBuilderImpl.buildInvocation(com.sun.codemodel.JBlock block, TypedExpression expression, com.sun.codemodel.JExpression viewExpression, String method, InjectionNode injectionNode)
           
 void ViewFieldRegistrationInvocationBuilderImpl.buildInvocation(com.sun.codemodel.JBlock block, TypedExpression expression, com.sun.codemodel.JExpression viewExpression, String method, InjectionNode injectionNode)
           
 com.sun.codemodel.JExpression ActivityFieldDelegateASTReference.buildReference(TypedExpression rootExpression)
           
 com.sun.codemodel.JExpression ActivityMethodDelegateASTReference.buildReference(TypedExpression rootExpression)
           
 com.sun.codemodel.JExpression ActivityDelegateASTReference.buildReference(TypedExpression rootExpression)
           
 com.sun.codemodel.JExpression ActivityTypeDelegateASTReference.buildReference(TypedExpression rootExpression)
           
 

Method parameters in org.androidtransfuse.gen.componentBuilder with type arguments of type TypedExpression
 void ContextScopeComponentBuilder.generate(com.sun.codemodel.JDefinedClass definedClass, MethodDescriptor methodDescriptor, Map<InjectionNode,TypedExpression> expressionMap, ComponentDescriptor descriptor)
           
 void NonConfigurationInstanceGenerator.generate(com.sun.codemodel.JDefinedClass definedClass, MethodDescriptor methodDescriptor, Map<InjectionNode,TypedExpression> expressionMap, ComponentDescriptor descriptor)
           
 void ListenerRegistrationGenerator.generate(com.sun.codemodel.JDefinedClass definedClass, MethodDescriptor methodDescriptor, Map<InjectionNode,TypedExpression> expressionMap, ComponentDescriptor descriptor)
           
 void MethodCallbackGenerator.generate(com.sun.codemodel.JDefinedClass definedClass, MethodDescriptor creationMethodDescriptor, Map<InjectionNode,TypedExpression> expressionMap, ComponentDescriptor descriptor)
           
 void ExpressionVariableDependentGenerator.generate(com.sun.codemodel.JDefinedClass definedClass, MethodDescriptor methodDescriptor, Map<InjectionNode,TypedExpression> expressionMap, ComponentDescriptor descriptor)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.invocationBuilder
 

Methods in org.androidtransfuse.gen.invocationBuilder with parameters of type TypedExpression
 com.sun.codemodel.JStatement PrivateInjectionBuilder.buildFieldSet(TypedExpression expression, FieldInjectionPoint fieldInjectionPoint, com.sun.codemodel.JExpression variable)
           
 com.sun.codemodel.JStatement ProtectedInjectionBuilder.buildFieldSet(TypedExpression expression, FieldInjectionPoint fieldInjectionPoint, com.sun.codemodel.JExpression variable)
           
 com.sun.codemodel.JStatement PublicInjectionBuilder.buildFieldSet(TypedExpression expression, FieldInjectionPoint fieldInjectionPoint, com.sun.codemodel.JExpression variable)
           
 com.sun.codemodel.JStatement ModifierInjectionBuilder.buildFieldSet(TypedExpression expression, FieldInjectionPoint fieldInjectionPoint, com.sun.codemodel.JExpression variable)
           
 com.sun.codemodel.JExpression TypeInvocationHelper.coerceType(ASTType targetType, TypedExpression typedExpression)
           
 

Method parameters in org.androidtransfuse.gen.invocationBuilder with type arguments of type TypedExpression
 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)
           
<T> com.sun.codemodel.JInvocation
PrivateInjectionBuilder.buildMethodCall(ASTType returnType, Map<T,TypedExpression> expressionMap, String methodName, List<T> injectionNodes, List<ASTType> injectionNodeType, ASTType targetExpressionType, com.sun.codemodel.JExpression targetExpression)
           
<T> com.sun.codemodel.JInvocation
ProtectedInjectionBuilder.buildMethodCall(ASTType returnType, Map<T,TypedExpression> expressionMap, String methodName, List<T> injectionNodes, List<ASTType> injectionNodeType, ASTType targetExpressionType, com.sun.codemodel.JExpression targetExpression)
           
<T> com.sun.codemodel.JInvocation
PublicInjectionBuilder.buildMethodCall(ASTType returnType, Map<T,TypedExpression> expressionMap, String methodName, List<T> parameters, List<ASTType> types, ASTType targetExpressionType, com.sun.codemodel.JExpression targetExpression)
           
<T> com.sun.codemodel.JInvocation
ModifierInjectionBuilder.buildMethodCall(ASTType returnType, Map<T,TypedExpression> expressionMap, String methodName, List<T> injectionNodes, List<ASTType> injectionNodeType, ASTType targetExpressionType, com.sun.codemodel.JExpression targetExpression)
           
<T> com.sun.codemodel.JExpression
TypeInvocationHelper.getExpression(ASTType type, Map<T,TypedExpression> expressionMap, T parameter)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.proxy
 

Methods in org.androidtransfuse.gen.proxy that return TypedExpression
 TypedExpression VirtualProxyGenerator.initializeProxy(InjectionBuilderContext context, TypedExpression proxyVariable, TypedExpression variableBuilder)
           
 

Methods in org.androidtransfuse.gen.proxy with parameters of type TypedExpression
 TypedExpression VirtualProxyGenerator.initializeProxy(InjectionBuilderContext context, TypedExpression proxyVariable, TypedExpression variableBuilder)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.scopeBuilder
 

Methods in org.androidtransfuse.gen.scopeBuilder that return TypedExpression
 TypedExpression SingletonScopeBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression ContextScopeVariableBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.variableBuilder
 

Methods in org.androidtransfuse.gen.variableBuilder that return TypedExpression
 TypedExpression TypedExpressionFactory.build(ASTType astType, com.sun.codemodel.JExpression expression)
           
 TypedExpression TypedExpressionFactory.build(Class type, com.sun.codemodel.JExpression expression)
           
 TypedExpression ExpressionVariableBuilderWrapper.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression ConsistentTypeVariableBuilder.buildVariable(InjectionBuilderContext context, InjectionNode injectionNode)
           
 TypedExpression VariableInjectionBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression ProviderVariableBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression ResourceVariableBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression VariableBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression PreferenceVariableBuilder.buildVariable(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 

Methods in org.androidtransfuse.gen.variableBuilder with parameters of type TypedExpression
 InjectionNodeBuilder InjectionBindingBuilder.buildExpression(TypedExpression typedExpression)
           
 ExpressionVariableBuilderWrapper VariableInjectionBuilderFactory.buildExpressionWrapper(TypedExpression typedExpression)
           
 

Constructors in org.androidtransfuse.gen.variableBuilder with parameters of type TypedExpression
ExpressionVariableBuilderWrapper(TypedExpression expression)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.variableBuilder.resource
 

Methods in org.androidtransfuse.gen.variableBuilder.resource that return TypedExpression
 TypedExpression AnimationResourceExpressionBuilder.buildExpression(InjectionBuilderContext context, com.sun.codemodel.JExpression resourceIdExpr)
           
 TypedExpression MethodBasedResourceExpressionBuilder.buildExpression(InjectionBuilderContext context, com.sun.codemodel.JExpression resourceIdExpr)
           
 TypedExpression ResourceExpressionBuilder.buildExpression(InjectionBuilderContext injectionBuilderContext, com.sun.codemodel.JExpression resourceIdExpr)
           
 

Uses of TypedExpression in org.androidtransfuse.gen.variableDecorator
 

Methods in org.androidtransfuse.gen.variableDecorator that return TypedExpression
 TypedExpression CachedExpressionDecorator.buildVariableExpression(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression VariableExpressionBuilder.buildVariableExpression(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression ScopedExpressionDecorator.buildVariableExpression(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression ObservesExpressionDecorator.buildVariableExpression(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression VariableBuilderExpressionDecorator.buildVariableExpression(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 TypedExpression VirtualProxyExpressionDecorator.buildVariableExpression(InjectionBuilderContext injectionBuilderContext, InjectionNode injectionNode)
           
 

Uses of TypedExpression in org.androidtransfuse.model
 

Methods in org.androidtransfuse.model that return TypedExpression
 TypedExpression MethodDescriptor.getExpression(ASTType astType)
           
 TypedExpression MethodDescriptor.getParameter(ASTParameter astParameter)
           
 

Methods in org.androidtransfuse.model that return types with arguments of type TypedExpression
 Map<ASTParameter,TypedExpression> MethodDescriptor.getParameters()
           
 Map<ASTType,TypedExpression> MethodDescriptor.getTypeMap()
           
 

Methods in org.androidtransfuse.model with parameters of type TypedExpression
 void MethodDescriptorBuilder.putParameter(ASTParameter astParameter, TypedExpression expression)
           
 void MethodDescriptorBuilder.putType(ASTType astType, TypedExpression expression)
           
 

Constructor parameters in org.androidtransfuse.model with type arguments of type TypedExpression
MethodDescriptor(com.sun.codemodel.JMethod method, ASTMethod astMethod, com.google.common.collect.ImmutableMap<ASTParameter,TypedExpression> parameterMap, com.google.common.collect.ImmutableMap<ASTType,TypedExpression> typeMap)
           
MethodDescriptor(com.sun.codemodel.JMethod method, ASTMethod astMethod, com.google.common.collect.ImmutableMap<ASTParameter,TypedExpression> parameterMap, com.google.common.collect.ImmutableMap<ASTType,TypedExpression> typeMap)
           
 



Copyright © 2012. All Rights Reserved.