Class JStmtWhile
java.lang.Object
com.inductiveautomation.snap.javatree.JNode
com.inductiveautomation.snap.javatree.JStmt
com.inductiveautomation.snap.javatree.JStmtWhile
A Java statement for WhileStatement.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBlock()Returns the statement block.Returns the conditional.Returns the statement.booleanisBlock()Returns whether statement has a block associated with it.voidsetConditional(JExpr aCond) Sets the conditional.voidsetStatement(JStmt aStmt) Sets the statement.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, getNameImpl, getNodeAtCharIndex, getNodeFields, getNodeFieldsImpl, getNodeParents, getNodePath, getNodeString, getOthers, getParent, getParent, getReferencedClasses, getReferencedClassNames, getReferencedClassNames, getReferencedClassNames, getStart, getStartToken, getString, getVariableDecl, getVariableDeclInside, getVariableDecls, setClassName, setClassRef, setEndToken, setJClass, setParent, setStartToken, toString
- 
Field Details- 
conditional
- 
statement
 
- 
- 
Constructor Details- 
JStmtWhilepublic JStmtWhile()
 
- 
- 
Method Details- 
getConditionalReturns the conditional.
- 
setConditionalSets the conditional.
- 
getStatementReturns the statement.
- 
setStatementSets the statement.
- 
isBlockpublic boolean isBlock()Returns whether statement has a block associated with it.
- 
getBlockReturns the statement block.
 
-