Class ReferenceTracingInvocationUnit

java.lang.Object
proguard.evaluation.SimplifiedInvocationUnit
proguard.evaluation.ReferenceTracingInvocationUnit
All Implemented Interfaces:
ConstantVisitor, ParameterVisitor, InvocationUnit

public class ReferenceTracingInvocationUnit extends SimplifiedInvocationUnit
This InvocationUnit tags reference values of retrieved fields, passed method parameters, method return values, and caught exceptions, so they can be traced throughout the execution of a method. The tags are instruction offsets or parameter indices (not parameter offsets).
See Also: