Class JStmt
java.lang.Object
com.inductiveautomation.snap.javatree.JNode
com.inductiveautomation.snap.javatree.JStmt
- Direct Known Subclasses:
JStmtAssert
,JStmtBlock
,JStmtBreak
,JStmtClassDecl
,JStmtContinue
,JStmtDo
,JStmtEmpty
,JStmtExpr
,JStmtFor
,JStmtIf
,JStmtLabeled
,JStmtReturn
,JStmtSwitch
,JStmtSynchronized
,JStmtThrow
,JStmtTry
,JStmtVariableDecl
,JStmtWhile
The Java part to handle Java statements.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.snap.javatree.JNode
addChild, buildChildren, getBlock, 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, isBlock, setClassName, setClassRef, setEndToken, setJClass, setParent, setStartToken, toString
-
Constructor Details
-
JStmt
public JStmt()
-