Class JStmtExpr
- java.lang.Object
- 
- com.inductiveautomation.snap.javatree.JNode
- 
- com.inductiveautomation.snap.javatree.JStmt
- 
- com.inductiveautomation.snap.javatree.JStmtExpr
 
 
 
- 
 public class JStmtExpr extends JStmt A Java statement for statements that are just expressions.
- 
- 
Constructor SummaryConstructors Constructor Description JStmtExpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetClassNameImpl()Tries to resolve the class name for this node.JExprgetExpr()Returns the expression.voidsetExpr(JExpr anExpr)Sets the expression.voidtoString(java.lang.StringBuffer aSB, java.lang.String anIndent)Standard toString implementation.- 
Methods inherited from class com.inductiveautomation.snap.javatree.JNodeaddChild, buildChildren, getBlock, getChild, getChildCount, getChildren, getClassLoader, getClassName, 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
 
- 
 
- 
- 
- 
Field Detail- 
exprpublic JExpr expr 
 
- 
 - 
Method Detail- 
getExprpublic JExpr getExpr() Returns the expression.
 - 
setExprpublic void setExpr(JExpr anExpr) Sets the expression.
 - 
getClassNameImplprotected java.lang.String getClassNameImpl() Tries to resolve the class name for this node.- Overrides:
- getClassNameImplin class- JNode
 
 - 
toStringpublic void toString(java.lang.StringBuffer aSB, java.lang.String anIndent)Standard toString implementation.
 
- 
 
-