public class Util
extends java.lang.Object
Constructor and Description |
---|
Util(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
bodySetup(soot.coffi.LocalVariableTable_attribute la,
soot.coffi.LocalVariableTypeTable_attribute lt,
soot.coffi.cp_info[] ca)
Set the informations relative to the current method body.
|
boolean |
isUsingFaithfulNaming() |
Type |
jimpleTypeOfFieldDescriptor(java.lang.String descriptor) |
Type[] |
jimpleTypesOfFieldOrMethodDescriptor(java.lang.String descriptor) |
void |
resolveFromClassFile(SootClass aClass,
java.io.InputStream is,
java.lang.String filePath,
java.util.Collection<Type> references) |
void |
setFaithfulNaming(boolean v) |
static Util |
v() |
public static Util v()
public void bodySetup(soot.coffi.LocalVariableTable_attribute la, soot.coffi.LocalVariableTypeTable_attribute lt, soot.coffi.cp_info[] ca)
public void setFaithfulNaming(boolean v)
public boolean isUsingFaithfulNaming()
public void resolveFromClassFile(SootClass aClass, java.io.InputStream is, java.lang.String filePath, java.util.Collection<Type> references)
public Type[] jimpleTypesOfFieldOrMethodDescriptor(java.lang.String descriptor)
public Type jimpleTypeOfFieldDescriptor(java.lang.String descriptor)