public interface IMethodMap
Modifier and Type | Method and Description |
---|---|
int |
getMaxLocals(String methodName,
String methodDesc) |
EnumTransformationType |
getTransformationType(String methodName,
String methodDesc) |
boolean |
hasMethodToTransform() |
void |
setMaxs(String methodName,
String methodDesc,
int maxLocals) |
void |
setTransformationType(String methodName,
String methodDesc,
EnumTransformationType fromDesc) |
void setTransformationType(String methodName, String methodDesc, EnumTransformationType fromDesc)
EnumTransformationType getTransformationType(String methodName, String methodDesc)
boolean hasMethodToTransform()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.