public class JClassStaticDecl extends JMemberDecl
| Constructor and Description |
|---|
JClassStaticDecl() |
| Modifier and Type | Method and Description |
|---|---|
JStmtBlock |
getBlock()
Returns the statement block.
|
boolean |
isStatic()
Returns whether is static.
|
void |
setBlock(JStmtBlock aBlock)
Sets the statement block.
|
void |
setStatic(boolean aValue)
Sets whether is static.
|
getDeclaringClass, getIdentifier, getModifiers, getNameImpl, getSuperMember, getSuperMemberImpl, getTypeParameter, getTypeParameters, setIdentifier, setModifiersaddChild, buildChildren, getChild, getChildCount, getChildren, getClassLoader, getClassName, getClassNameImpl, getClassRef, getClassRefImpl, getEnclosingClassDecl, getEnclosingMemberDecl, getEnclosingMethodDecl, getEnd, getEndToken, getFile, getJClass, getLineIndex, getName, getNodeAtCharIndex, getNodeFields, getNodeFieldsImpl, getNodeParents, getNodePath, getNodeString, getOthers, getParent, getParent, getReferencedClasses, getReferencedClassNames, getReferencedClassNames, getReferencedClassNames, getStart, getStartToken, getString, getVariableDecl, getVariableDeclInside, getVariableDecls, isBlock, setClassName, setClassRef, setEndToken, setJClass, setParent, setStartToken, toStringpublic boolean isStatic()
public void setStatic(boolean aValue)
public JStmtBlock getBlock()
public void setBlock(JStmtBlock aBlock)