Class JvmTransferRelation.InstructionAbstractInterpreter

java.lang.Object
proguard.analysis.cpa.jvm.transfer.JvmTransferRelation.InstructionAbstractInterpreter
All Implemented Interfaces:
InstructionVisitor
Direct Known Subclasses:
JvmTaintTransferRelation.InstructionAbstractInterpreter
Enclosing class:
JvmTransferRelation<ContentT extends AbstractState<ContentT>>

protected class JvmTransferRelation.InstructionAbstractInterpreter extends Object implements InstructionVisitor
This InstructionVisitor performs generic operations (e.g., loads, stores) parametrized by the specific behavior of JvmTransferRelation for instruction applications, method invocations, and constructing literals.