public class LocalVariableEntry extends Object
| Constructor and Description |
|---|
LocalVariableEntry(int startPc,
int length,
int nameIndex,
int descriptorIndex,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDescriptorIndex() |
int |
getEndPc() |
int |
getIndex() |
int |
getLength() |
int |
getNameIndex() |
int |
getStartPc() |
Copyright © 2011-2021. All Rights Reserved.