@NotStorableClass public class MethodMap extends Object implements IMethodMap
Constructor and Description |
---|
MethodMap() |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<MethodMapKey,Integer>> |
entrySet() |
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) |
public void setMaxs(String methodName, String methodDesc, int maxLocals)
setMaxs
in interface IMethodMap
public void setTransformationType(String methodName, String methodDesc, EnumTransformationType fromDesc)
setTransformationType
in interface IMethodMap
public int getMaxLocals(String methodName, String methodDesc)
getMaxLocals
in interface IMethodMap
public EnumTransformationType getTransformationType(String methodName, String methodDesc)
getTransformationType
in interface IMethodMap
public boolean hasMethodToTransform()
hasMethodToTransform
in interface IMethodMap
@Fortest public Set<Map.Entry<MethodMapKey,Integer>> entrySet()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.