public class ConstructorDeclaration extends NodeWithModifiers implements ClassMemberDeclaration
| Constructor and Description |
|---|
ConstructorDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBody() |
List<FormalParameter> |
getFormalParameters() |
Identifier |
getName() |
List<QualifiedName> |
getThrowsExceptions() |
List<TypeParameter> |
getTypeParameters() |
void |
setBody(Block body) |
void |
setFormalParameters(List<FormalParameter> formalParameters) |
void |
setName(Identifier name) |
void |
setThrowsExceptions(List<QualifiedName> throwsExceptions) |
void |
setTypeParameters(List<TypeParameter> typeParameters) |
protected void |
visitChildren(Visitors visitors) |
getAnnotations, 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 List<FormalParameter> getFormalParameters()
public Identifier getName()
public List<QualifiedName> getThrowsExceptions()
public List<TypeParameter> getTypeParameters()
public void setBody(Block body)
public void setFormalParameters(List<FormalParameter> formalParameters)
public void setName(Identifier name)
public void setThrowsExceptions(List<QualifiedName> throwsExceptions)
public void setTypeParameters(List<TypeParameter> typeParameters)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.