Package proguard.classfile.instruction.visitor
-
Interface Summary Interface Description InstructionVisitor This interface specifies the methods for a visitor ofInstruction
instances. -
Class Summary Class Description AllInstructionVisitor ThisAttributeVisitor
lets a givenInstructionVisitor
visit all Instruction instances of theCodeAttribute
instances it visits.InstructionConstantVisitor ThisInstructionVisitor
lets a givenConstantVisitor
visit all constants of the instructions it visits.InstructionCounter ThisInstructionVisitor
counts the number of instructions that has been visited.InstructionOpCodeFilter This InstructionVisitor delegates its visits to one of two InstructionVisitors, based on whether the opcode of the visited instruction matches the list of passed opcodes.MultiInstructionVisitor ThisInstructionVisitor
delegates all visits to eachInstructionVisitor
in a given list.