Class JStmtVariableDecl
- java.lang.Object
- 
- com.inductiveautomation.snap.javatree.JNode
- 
- com.inductiveautomation.snap.javatree.JStmt
- 
- com.inductiveautomation.snap.javatree.JStmtVariableDecl
 
 
 
- 
 public class JStmtVariableDecl extends JStmt A Java statement for LocalVariableDeclaration.
- 
- 
Field SummaryFields Modifier and Type Field Description intmodifiersJTypetypejava.util.List<JVariableDecl>variables
 - 
Constructor SummaryConstructors Constructor Description JStmtVariableDecl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JVariableDeclgetVariableDeclInside(java.lang.String aName)Returns a variable with given name.- 
Methods inherited from class com.inductiveautomation.snap.javatree.JNodeaddChild, 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, getVariableDecls, isBlock, setClassName, setClassRef, setEndToken, setJClass, setParent, setStartToken, toString
 
- 
 
- 
- 
- 
Field Detail- 
modifierspublic int modifiers 
 - 
typepublic JType type 
 - 
variablespublic java.util.List<JVariableDecl> variables 
 
- 
 - 
Method Detail- 
getVariableDeclInsidepublic JVariableDecl getVariableDeclInside(java.lang.String aName) Returns a variable with given name.- Overrides:
- getVariableDeclInsidein class- JNode
 
 
- 
 
-