|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface ASTMethod
Abstract Syntax Tree Method node
| Method Summary | |
|---|---|
ASTAccessModifier |
getAccessModifier()
Supplies the access modifier for this method. |
List<ASTParameter> |
getParameters()
Supplies all parameters of this method |
ASTType |
getReturnType()
Supplies the return type of this method |
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 |
|---|
List<ASTParameter> getParameters()
ASTType getReturnType()
ASTAccessModifier getAccessModifier()
List<ASTType> getThrowsTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||