|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASTParameter | |
|---|---|
| org.androidtransfuse.analysis.adapter | |
| org.androidtransfuse.gen | |
| org.androidtransfuse.model | |
| Uses of ASTParameter in org.androidtransfuse.analysis.adapter |
|---|
| Classes in org.androidtransfuse.analysis.adapter that implement ASTParameter | |
|---|---|
class |
ASTClassParameter
Class specific AST Parameter |
class |
ASTElementParameter
Element specific implementation of a AST method parameter |
| Methods in org.androidtransfuse.analysis.adapter that return ASTParameter | |
|---|---|
ASTParameter |
ASTElementFactory.buildASTElementParameter(TypeParameterElement typeParameterElement)
Build an ASTParameter from the input TypeParameterElement |
| Methods in org.androidtransfuse.analysis.adapter that return types with arguments of type ASTParameter | |
|---|---|
com.google.common.collect.ImmutableList<ASTParameter> |
ASTClassFactory.buildASTTypeParameters(Class<?>[] parameterTypes,
Type[] genericParameterTypes,
Annotation[][] parameterAnnotations)
Builds the parameters for a set of parallel arrays: type and annotations |
com.google.common.collect.ImmutableList<ASTParameter> |
ASTClassFactory.buildASTTypeParameters(Method method)
Builds the parameters for a given method |
List<ASTParameter> |
ASTClassConstructor.getParameters()
|
List<ASTParameter> |
ASTMethodUniqueSignatureDecorator.getParameters()
|
List<ASTParameter> |
ASTElementMethod.getParameters()
|
List<ASTParameter> |
ASTConstructor.getParameters()
Supplies the contained constructor parameters |
List<ASTParameter> |
ASTMethod.getParameters()
Supplies all parameters of this method |
List<ASTParameter> |
ASTClassMethod.getParameters()
|
List<ASTParameter> |
ASTElementConstructor.getParameters()
|
| Constructor parameters in org.androidtransfuse.analysis.adapter with type arguments of type ASTParameter | |
|---|---|
ASTClassConstructor(com.google.common.collect.ImmutableList<ASTAnnotation> annotations,
Constructor<?> constructor,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
ASTClassMethod(Method method,
ASTType returnType,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwTypes)
|
|
ASTElementConstructor(ExecutableElement executableElement,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
ASTElementMethod(ExecutableElement executableElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
| Uses of ASTParameter in org.androidtransfuse.gen |
|---|
| Method parameters in org.androidtransfuse.gen with type arguments of type ASTParameter | |
|---|---|
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.JInvocation |
InvocationBuilder.buildMethodCall(ASTType returnType,
List<ASTParameter> callingParameters,
Map<ASTParameter,TypedExpression> parameters,
ASTType targetExpressionType,
com.sun.codemodel.JExpression targetExpression,
ASTMethod methodToCall)
|
| Uses of ASTParameter in org.androidtransfuse.model |
|---|
| Methods in org.androidtransfuse.model that return types with arguments of type ASTParameter | |
|---|---|
Map<ASTParameter,TypedExpression> |
MethodDescriptor.getParameters()
|
| Methods in org.androidtransfuse.model with parameters of type ASTParameter | |
|---|---|
TypedExpression |
MethodDescriptor.getParameter(ASTParameter astParameter)
|
void |
MethodDescriptorBuilder.putParameter(ASTParameter astParameter,
TypedExpression expression)
|
| Constructor parameters in org.androidtransfuse.model with type arguments of type ASTParameter | |
|---|---|
MethodDescriptor(com.sun.codemodel.JMethod method,
ASTMethod astMethod,
com.google.common.collect.ImmutableMap<ASTParameter,TypedExpression> parameterMap,
com.google.common.collect.ImmutableMap<ASTType,TypedExpression> typeMap)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||