public class LocalVariableMetaInfo extends Object
Constructor and Description |
---|
LocalVariableMetaInfo(int index,
String name,
String type,
act.asm.Label start,
act.asm.Label end) |
Modifier and Type | Method and Description |
---|---|
int |
index() |
String |
name() |
act.asm.Label |
start() |
String |
toString() |
String |
type() |
Copyright © 2014–2018 ActFramework. All rights reserved.