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

java.lang.Objectorg.androidtransfuse.analysis.adapter.ASTElementBase
org.androidtransfuse.analysis.adapter.ASTElementMethod
public class ASTElementMethod
Element specific implementation of the AST Method
| Constructor Summary | |
|---|---|
ASTElementMethod(ExecutableElement executableElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
|
|
| 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 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 |
|---|
public ASTElementMethod(ExecutableElement executableElement,
ASTTypeBuilderVisitor astTypeBuilderVisitor,
com.google.common.collect.ImmutableList<ASTParameter> parameters,
ASTAccessModifier modifier,
com.google.common.collect.ImmutableCollection<ASTAnnotation> annotations,
com.google.common.collect.ImmutableList<ASTType> throwsTypes)
| Method Detail |
|---|
public List<ASTParameter> getParameters()
ASTMethod
getParameters in interface ASTMethodpublic ASTType getReturnType()
ASTMethod
getReturnType in interface ASTMethodpublic ASTAccessModifier getAccessModifier()
ASTMethod
getAccessModifier in interface ASTMethodpublic List<ASTType> getThrowsTypes()
ASTMethod
getThrowsTypes in interface ASTMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||