public class BlockDeclaration extends JavaNode implements ClassMemberDeclaration
| Constructor and Description |
|---|
BlockDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBlock() |
boolean |
isStatic() |
void |
setBlock(Block block) |
void |
setStatic(boolean isStatic) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic Block getBlock()
public boolean isStatic()
public void setBlock(Block block)
public void setStatic(boolean isStatic)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.