public interface InstructionComparator
The DEFAULT comparator however, considers two instructions to be equal if they have same opcode and point to the same indexes (if any) in the constant pool or the same local variable index. Branch instructions must have the same target.
Instruction
Modifier and Type | Field and Description |
---|---|
static InstructionComparator |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Instruction i1,
Instruction i2) |
static final InstructionComparator DEFAULT
boolean equals(Instruction i1, Instruction i2)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.