public class Util extends 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(String descriptor) |
Type[] |
jimpleTypesOfFieldOrMethodDescriptor(String descriptor) |
void |
resolveFromClassFile(SootClass aClass,
InputStream is,
String filePath,
Collection<Type> references) |
void |
setFaithfulNaming(boolean v) |
static Util |
v() |
public Util(Singletons.Global g)
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, InputStream is, String filePath, Collection<Type> references)
public Type[] jimpleTypesOfFieldOrMethodDescriptor(String descriptor)
Copyright © 2019 Sable. All rights reserved.