public class LocalVariable
extends java.lang.Object
Constructor and Description |
---|
LocalVariable(CfMethod method,
int startPc,
int length,
CpUtf8 name,
CpUtf8 descriptor,
int index)
Create a new local variable.
|
Modifier and Type | Method and Description |
---|---|
CpUtf8 |
getDescriptor() |
int |
getIndex() |
int |
getLength() |
CfMethod |
getMethod() |
CpUtf8 |
getName() |
LocalVariable |
getNext() |
int |
getStartPc() |
int |
getType() |
void |
setDescriptor(CpUtf8 descriptor) |
void |
setIndex(int index) |
void |
setLength(int length) |
void |
setName(CpUtf8 name) |
void |
setNext(LocalVariable next) |
void |
setStartPc(int startPc) |
public int getStartPc()
public int getLength()
public CpUtf8 getName()
public CpUtf8 getDescriptor()
public int getIndex()
public LocalVariable getNext()
public void setNext(LocalVariable next)
public int getType()
public CfMethod getMethod()
public void setStartPc(int startPc)
public void setLength(int length)
public void setIndex(int index)
public void setDescriptor(CpUtf8 descriptor)
public void setName(CpUtf8 name)
Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.