public class LocalVariable extends Local
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(BCVisitor visit) |
LocalVariableTable |
getLocalVariableTable()
The owning table.
|
Class |
getType()
Return the type of this local.
|
BCClass |
getTypeBC()
Return the type of this local.
|
void |
setType(BCClass type)
Set the type of this local.
|
void |
setType(Class type)
Set the type of this local.
|
getClassLoader, getCode, getEnd, getLength, getLocal, getName, getNameIndex, getParam, getPool, getProject, getStart, getStartPc, getTable, getTypeIndex, getTypeName, isValid, replaceTarget, setEnd, setLength, setLocal, setName, setNameIndex, setParam, setStart, setStartPc, setType, setTypeIndex, updateTargets
public LocalVariableTable getLocalVariableTable()
public Class getType()
public BCClass getTypeBC()
public void setType(Class type)
public void setType(BCClass type)
public void acceptVisit(BCVisitor visit)
Copyright © 2002–2019. All rights reserved.