org.androidtransfuse.analysis.adapter
Interface ASTAnnotation

Package class diagram package ASTAnnotation
All Known Implementing Classes:
ASTClassAnnotation, ASTElementAnnotation

public interface ASTAnnotation

Abstract Syntax Tree Annotation

Author:
John Ericksen

Method Summary
 ASTType getASTType()
          Getter for the name of the current annotaion
<T> T
getProperty(String name, Class<T> type)
          Getter for a given annotation property
 

Method Detail

getProperty

<T> T getProperty(String name,
                  Class<T> type)
Getter for a given annotation property

Type Parameters:
T -
Parameters:
name -
type -
Returns:
annotation property identified by name with the given type

getASTType

ASTType getASTType()
Getter for the name of the current annotaion

Returns:
annotation name


Copyright © 2012. All Rights Reserved.