Class InstructionSequenceMatcher

java.lang.Object
proguard.classfile.util.InstructionSequenceMatcher
All Implemented Interfaces:
ConstantVisitor, InstructionVisitor

public class InstructionSequenceMatcher extends Object implements InstructionVisitor, ConstantVisitor
This InstructionVisitor checks whether a given pattern instruction sequence occurs in the instructions that are visited. The arguments of the instruction sequence can be wildcards that are matched.