public static final class Java.MethodDeclarator extends Java.FunctionDeclarator
Java.FunctionDeclarator.FormalParameter
formalParameters, localVariables, modifiers, name, optionalStatements, thrownExceptions, type
statiC
NOWHERE
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, hasDeprecatedDocTag
getDeclaringType, isStatic, setDeclaringType, setEnclosingScope
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation, throwCompileException
public void accept(Visitor.TypeBodyDeclarationVisitor visitor)
Copyright © 2001-2013. All Rights Reserved.