|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.apt.mirror.declaration.DeclarationImpl
com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl
com.sun.tools.apt.mirror.declaration.MethodDeclarationImpl
public class MethodDeclarationImpl
Implementation of MethodDeclaration
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl |
|---|
sym |
| Fields inherited from class com.sun.tools.apt.mirror.declaration.DeclarationImpl |
|---|
env, identityFilter |
| Constructor Summary | |
|---|---|
MethodDeclarationImpl(AptEnv env,
Symbol.MethodSymbol sym)
|
|
| Method Summary | |
|---|---|
void |
accept(DeclarationVisitor v)
Applies a visitor to this declaration. |
TypeMirror |
getReturnType()
Returns the formal return type of this method. |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.ExecutableDeclarationImpl |
|---|
getParameters, getThrownTypes, isVarArgs, toString |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl |
|---|
getDeclaringType, getFormalTypeParameters, typeParamsToString |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.DeclarationImpl |
|---|
equals, getAnnotation, getAnnotation, getAnnotationMirrors, getDocComment, getMembers, getModifiers, getPosition, getSimpleName, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.ExecutableDeclaration |
|---|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs |
| Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
MethodDeclarationImpl(AptEnv env,
Symbol.MethodSymbol sym)
| Method Detail |
|---|
public TypeMirror getReturnType()
VoidType if this method does not return a value.
getReturnType in interface MethodDeclarationpublic void accept(DeclarationVisitor v)
accept in interface Declarationaccept in class MemberDeclarationImplv - the visitor operating on this declaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||