public class ClassMethodDeclaration extends InterfaceMethodDeclaration implements ClassMemberDeclaration
| Constructor and Description |
|---|
ClassMethodDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBody() |
void |
setBody(Block body) |
protected void |
visitChildren(Visitors visitors) |
getDimensions, getFormalParameters, getName, getReturnType, getThrowsExceptions, getTypeParameters, isVoid, setDimensions, setFormalParameters, setName, setReturnType, setThrowsExceptions, setTypeParametersgetAnnotations, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAnnotations, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilegetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Block getBody()
public void setBody(Block body)
protected void visitChildren(Visitors visitors)
visitChildren in class InterfaceMethodDeclarationCopyright © 2013. All rights reserved.