org.androidtransfuse.analysis.adapter
Interface ASTParameter

Package class diagram package ASTParameter
All Superinterfaces:
ASTBase
All Known Implementing Classes:
ASTClassParameter, ASTElementParameter

public interface ASTParameter
extends ASTBase

Abstract Syntax Tree parameter. Referenced by the Constructor and Method AST nodes

Author:
John Ericksen

Method Summary
 ASTType getASTType()
          Supplies the type of this parameter
 
Methods inherited from interface org.androidtransfuse.analysis.adapter.ASTBase
getAnnotation, getAnnotations, getASTAnnotation, getName, isAnnotated
 

Method Detail

getASTType

ASTType getASTType()
Supplies the type of this parameter

Returns:
parameter type


Copyright © 2012. All Rights Reserved.