org.androidtransfuse.analysis.adapter
Interface ASTConstructor

Package class diagram package ASTConstructor
All Superinterfaces:
ASTBase
All Known Implementing Classes:
ASTClassConstructor, ASTElementConstructor

public interface ASTConstructor
extends ASTBase

Abstract Syntax Tree Constructor node

Author:
John Ericksen

Method Summary
 ASTAccessModifier getAccessModifier()
          Access modifier for the constructor
 List<ASTParameter> getParameters()
          Supplies the contained constructor parameters
 List<ASTType> getThrowsTypes()
          Supplies all throws associated with this method
 
Methods inherited from interface org.androidtransfuse.analysis.adapter.ASTBase
getAnnotation, getAnnotations, getASTAnnotation, getName, isAnnotated
 

Method Detail

getParameters

List<ASTParameter> getParameters()
Supplies the contained constructor parameters

Returns:
list of constructor parameters

getAccessModifier

ASTAccessModifier getAccessModifier()
Access modifier for the constructor

Returns:
access modifier for constructor

getThrowsTypes

List<ASTType> getThrowsTypes()
Supplies all throws associated with this method

Returns:
throw types


Copyright © 2012. All Rights Reserved.