|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.classfile.LocalVariableInfo
Representation of an Local Variable table entry.
| Field Summary | |
static int |
CONSTANT_FIELD_SIZE
|
int |
u2descriptorIndex
|
int |
u2index
|
int |
u2length
|
int |
u2nameIndex
|
int |
u2startpc
|
| Constructor Summary | |
LocalVariableInfo()
|
|
| Method Summary | |
static LocalVariableInfo |
create(DataInput din)
|
protected int |
getDescriptorIndex()
Returns descriptor index into Constant Pool. |
protected int |
getNameIndex()
Returns name index into Constant Pool. |
protected void |
setDescriptorIndex(int index)
Sets the descriptor index. |
protected void |
setNameIndex(int index)
Sets the name index. |
void |
write(DataOutput dout)
Exports the representation to a DataOutput stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CONSTANT_FIELD_SIZE
public int u2startpc
public int u2length
public int u2nameIndex
public int u2descriptorIndex
public int u2index
| Constructor Detail |
public LocalVariableInfo()
| Method Detail |
public static LocalVariableInfo create(DataInput din)
throws IOException
IOExceptionprotected int getNameIndex()
protected void setNameIndex(int index)
protected int getDescriptorIndex()
protected void setDescriptorIndex(int index)
public void write(DataOutput dout)
throws IOException
IOException
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||