public class JLocal extends JVariable
HasName.Util
BY_NAME_COMPARATOR
Modifier and Type | Method and Description |
---|---|
JLocalRef |
createRef(SourceInfo info) |
JLocalRef |
makeRef(SourceInfo info) |
void |
setInitializer(JDeclarationStatement declStmt) |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
getConstInitializer, getDeclarationStatement, getInitializer, getName, getSuppressedWarnings, getType, hasInitializer, isFinal, setFinal, setName, setSuppressedWarnings, setType
getSourceInfo, setSourceInfo, toSource, toString
public JLocalRef createRef(SourceInfo info)
public JLocalRef makeRef(SourceInfo info)
public void setInitializer(JDeclarationStatement declStmt)
Copyright © 2018. All rights reserved.