Package qilin.pta
Class PTAConfig.PointerAnalysisConfiguration
java.lang.Object
qilin.CoreConfig.CorePTAConfiguration
qilin.pta.PTAConfig.PointerAnalysisConfiguration
- Enclosing class:
- PTAConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf this option is turned on, we will apply context debloating techniques.booleanIf this option is turned on, then main analysis will not run.Fields inherited from class qilin.CoreConfig.CorePTAConfiguration
clinitMode, enforceEmptyCtxForIgnoreTypes, mergeHeap, preciseArrayElement, preciseExceptions, ptaName, singleentry, stringConstants -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ptaPattern
-
preAnalysisOnly
public boolean preAnalysisOnlyIf this option is turned on, then main analysis will not run. -
ctxDebloating
public boolean ctxDebloatingIf this option is turned on, we will apply context debloating techniques. -
debloatApproach
-
-
Constructor Details
-
PointerAnalysisConfiguration
public PointerAnalysisConfiguration()
-