Package sootup.jimple.frontend
Class JimpleConverter
java.lang.Object
sootup.jimple.frontend.JimpleConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun
(@NonNull org.antlr.v4.runtime.CharStream charStream, @NonNull AnalysisInputLocation inputlocation, @NonNull Path sourcePath, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view) run
(@NonNull JimpleParser parser, @NonNull AnalysisInputLocation inputlocation, @NonNull Path sourcePath, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view)
-
Constructor Details
-
JimpleConverter
public JimpleConverter()
-
-
Method Details
-
run
public OverridingClassSource run(@NonNull org.antlr.v4.runtime.CharStream charStream, @NonNull AnalysisInputLocation inputlocation, @NonNull Path sourcePath, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view) -
run
public OverridingClassSource run(@NonNull JimpleParser parser, @NonNull AnalysisInputLocation inputlocation, @NonNull Path sourcePath, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view)
-