public class Local
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
index |
private org.objectweb.asm.Type |
type |
Constructor and Description |
---|
Local(int index,
org.objectweb.asm.Type type) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
org.objectweb.asm.Type |
getType() |