ProGuard

Uses of Class
proguard.optimize.evaluation.value.InstructionOffsetValue

Packages that use InstructionOffsetValue
proguard.optimize.evaluation.value This package contains classes that represent partial evaluation values. 
 

Uses of InstructionOffsetValue in proguard.optimize.evaluation.value
 

Methods in proguard.optimize.evaluation.value that return InstructionOffsetValue
static InstructionOffsetValue InstructionOffsetValueFactory.create()
          Creates a new InstructionOffsetValue without a value.
static InstructionOffsetValue InstructionOffsetValueFactory.create(int value)
          Creates a new InstructionOffsetValue with a given specific value.
static InstructionOffsetValue InstructionOffsetValueFactory.create(int[] values)
          Creates a new InstructionOffsetValue with a given list of possible values.
 InstructionOffsetValue Value.instructionOffsetValue()
          Returns this Value as a InstructionOffsetValue.
 InstructionOffsetValue InstructionOffsetValue.instructionOffsetValue()
           
 

Methods in proguard.optimize.evaluation.value with parameters of type InstructionOffsetValue
 Value InstructionOffsetValue.generalize(InstructionOffsetValue other)
          Returns the generalization of this InstructionOffsetValue and the given other InstructionOffsetValue.
 


ProGuard