public class LocalVariableDeclaration extends NodeWithModifiers implements BlockStatement
| Constructor and Description |
|---|
LocalVariableDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
List<VariableDeclaration> |
getVariableDeclarations() |
void |
setType(Type type) |
void |
setVariableDeclarations(List<VariableDeclaration> variableDeclarations) |
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 Type getType()
public List<VariableDeclaration> getVariableDeclarations()
public void setType(Type type)
public void setVariableDeclarations(List<VariableDeclaration> variableDeclarations)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.