public static final class Java.MethodDeclarator extends Java.FunctionDeclarator
Java.FunctionDeclarator.FormalParameterformalParameters, localVariables, modifiers, name, optionalStatements, thrownExceptions, typestatiCNOWHERE| Constructor and Description |
|---|
Java.MethodDeclarator(Location location,
String optionalDocComment,
short modifiers,
Java.Type type,
String name,
Java.FunctionDeclarator.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions,
List optionalStatements) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor) |
String |
toString() |
getDocComment, getEnclosingScope, hasDeprecatedDocTaggetDeclaringType, isStatic, setDeclaringType, setEnclosingScopegetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic void accept(Visitor.TypeBodyDeclarationVisitor visitor)
Copyright © 2001–2013. All rights reserved.