org.androidtransfuse.analysis.adapter
Class ASTElementParameter

Package class diagram package ASTElementParameter
java.lang.Object
  extended by org.androidtransfuse.analysis.adapter.ASTElementBase
      extended by org.androidtransfuse.analysis.adapter.ASTElementParameter
All Implemented Interfaces:
ASTBase, ASTParameter

public class ASTElementParameter
extends ASTElementBase
implements ASTParameter

Element specific implementation of a AST method parameter

Author:
John Ericksen

Constructor Summary
ASTElementParameter(TypeParameterElement typeParameterElement, ASTTypeBuilderVisitor astTypeBuilderVisitor, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
ASTElementParameter(VariableElement variableElement, ASTTypeBuilderVisitor astTypeBuilderVisitor, com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
           
 
Method Summary
 ASTType getASTType()
          Supplies the type of this parameter
 
Methods inherited from class org.androidtransfuse.analysis.adapter.ASTElementBase
getAnnotation, getAnnotations, getASTAnnotation, getName, isAnnotated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.androidtransfuse.analysis.adapter.ASTBase
getAnnotation, getAnnotations, getASTAnnotation, getName, isAnnotated
 

Constructor Detail

ASTElementParameter

public ASTElementParameter(VariableElement variableElement,
                           ASTTypeBuilderVisitor astTypeBuilderVisitor,
                           com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)

ASTElementParameter

public ASTElementParameter(TypeParameterElement typeParameterElement,
                           ASTTypeBuilderVisitor astTypeBuilderVisitor,
                           com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations)
Method Detail

getASTType

public ASTType getASTType()
Description copied from interface: ASTParameter
Supplies the type of this parameter

Specified by:
getASTType in interface ASTParameter
Returns:
parameter type


Copyright © 2012. All Rights Reserved.