Package proguard.analysis.cpa.jvm.domain.reference
-
Class Summary Class Description JvmReferenceAbstractState AJvmAbstractState
for the reference CPA.JvmReferenceExpandOperator This expand operator behaves the same as theJvmDefaultExpandOperator
but operates onJvmReferenceAbstractState
s.JvmReferenceReduceOperator This reduce operator behaves the same as theJvmDefaultReduceOperator
but operates onJvmReferenceAbstractState
s.JvmReferenceTransferRelation ThisJvmTransferRelation
propagates reference values, destroys references upon arithmetic operations, and creates fresh references for return values of intraprocedurally analyzed calls.Reference A reference points at an object or an array at the heap.