public class ProgramParser extends Object implements VariableDebugInformation
| Constructor and Description |
|---|
ProgramParser() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
getDebugNames(Instruction insn) |
String |
getFileName() |
Program |
parse(org.objectweb.asm.tree.MethodNode method,
String className) |
void |
setFileName(String fileName) |
public String getFileName()
public void setFileName(String fileName)
public Map<Integer,String> getDebugNames(Instruction insn)
getDebugNames in interface VariableDebugInformationCopyright © 2015. All rights reserved.