public interface BoomerangOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
BoomerangOptions.ArrayStrategy |
static class |
BoomerangOptions.StaticFieldStrategy |
default ICallerCalleeResolutionStrategy.Factory getResolutionStrategy()
void checkValid()
boolean trackImplicitFlows()
boolean handleMaps()
IForwardFlowFunction getForwardFlowFunctions()
BoomerangOptions.StaticFieldStrategy getStaticFieldStrategy()
BoomerangOptions.ArrayStrategy getArrayStrategy()
boolean typeCheck()
boolean onTheFlyCallGraph()
boolean throwFlows()
boolean callSummaries()
boolean fieldSummaries()
int analysisTimeoutMS()
IBoomerangStats statsFactory()
boolean aliasing()
boolean killNullAtCast()
boolean trackReturnOfInstanceOf()
boolean trackStaticFieldAtEntryPointToClinit()
boolean trackFields()
int maxFieldDepth()
int maxCallDepth()
int maxUnbalancedCallDepth()
boolean onTheFlyControlFlow()
boolean ignoreInnerClassFields()
boolean trackPathConditions()
boolean prunePathConditions()
boolean trackDataFlowPath()
boolean allowMultipleQueries()
IBackwardFlowFunction getBackwardFlowFunction()
Copyright © 2024. All rights reserved.