Class JClassStaticDecl
- java.lang.Object
- 
- com.inductiveautomation.snap.javatree.JNode
- 
- com.inductiveautomation.snap.javatree.JMemberDecl
- 
- com.inductiveautomation.snap.javatree.JClassStaticDecl
 
 
 
- 
 public class JClassStaticDecl extends JMemberDecl A JMemberDecl for Initializers.
- 
- 
Constructor SummaryConstructors Constructor Description JClassStaticDecl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JStmtBlockgetBlock()Returns the statement block.booleanisStatic()Returns whether is static.voidsetBlock(JStmtBlock aBlock)Sets the statement block.voidsetStatic(boolean aValue)Sets whether is static.- 
Methods inherited from class com.inductiveautomation.snap.javatree.JMemberDeclgetDeclaringClass, getIdentifier, getModifiers, getNameImpl, getSuperMember, getSuperMemberImpl, getTypeParameter, getTypeParameters, setIdentifier, setModifiers
 - 
Methods inherited from class com.inductiveautomation.snap.javatree.JNodeaddChild, 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, toString
 
- 
 
- 
- 
- 
Method Detail- 
isStaticpublic boolean isStatic() Returns whether is static.
 - 
setStaticpublic void setStatic(boolean aValue) Sets whether is static.
 - 
getBlockpublic JStmtBlock getBlock() Returns the statement block.
 - 
setBlockpublic void setBlock(JStmtBlock aBlock) Sets the statement block.
 
- 
 
-