public static class PTAConfig.PointerAnalysisConfiguration extends CoreConfig.CorePTAConfiguration
| Modifier and Type | Field and Description |
|---|---|
boolean |
ctxDebloating
If this option is turned on, we will apply context debloating techniques.
|
DebloatedPTA.DebloatApproach |
debloatApproach |
boolean |
preAnalysisOnly
If this option is turned on, then main analysis will not run.
|
PTAPattern |
ptaPattern |
clinitMode, enforceEmptyCtxForIgnoreTypes, mergeHeap, preciseArrayElement, preciseExceptions, ptaName, singleentry, stringConstants| Constructor and Description |
|---|
PointerAnalysisConfiguration() |
public PTAPattern ptaPattern
public boolean preAnalysisOnly
public boolean ctxDebloating
public DebloatedPTA.DebloatApproach debloatApproach
Copyright © 2024 Soot OSS. All rights reserved.