@Retention(value=CLASS)
@Target(value=PARAMETER)
public @interface CLocalVariable
| Modifier and Type | Optional Element and Description |
|---|---|
int |
index
The var index of the local variable to get
|
int |
loadOpcode
The opcode used to load the variable
Allowed Values: - ILOAD - LLOAD - FLOAD - DLOAD - ALOAD |
java.lang.String |
name
The name of the local variable found in the local variable table
The local variable table is optional in the class file but is required for the name resolution Use the index if no local variable table is present |