public static class LocalVariableTableAttribute.LocalVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
descriptor |
int |
index |
int |
length |
String |
name |
int |
start_pc |
| Constructor and Description |
|---|
LocalVariable(int start_pc,
int length,
String name,
String descriptor,
int index) |
Copyright © 2021. All rights reserved.