Package de.uzl.its.swat.symbolic.invoke
Class StaticInvocation
java.lang.Object
de.uzl.its.swat.symbolic.invoke.StaticInvocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Value<?,
?> invokeMethod
(String owner, String name, org.objectweb.asm.Type[] desc, Value<?, ?>[] args, SymbolicTraceHandler symbolicStateHandler)
-
Constructor Details
-
StaticInvocation
public StaticInvocation()
-
-
Method Details
-
invokeMethod
public static Value<?,?> invokeMethod(String owner, String name, org.objectweb.asm.Type[] desc, Value<?, ?>[] args, SymbolicTraceHandler symbolicStateHandler)
-