Package proguard.classfile.instruction.visitor
-
Interface Summary Interface Description InstructionVisitor This interface specifies the methods for a visitor ofInstructioninstances. -
Class Summary Class Description AllInstructionVisitor ThisAttributeVisitorlets a givenInstructionVisitorvisit all Instruction instances of theCodeAttributeinstances it visits.InstructionConstantVisitor ThisInstructionVisitorlets a givenConstantVisitorvisit all constants of the instructions it visits.InstructionCounter ThisInstructionVisitorcounts 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 ThisInstructionVisitordelegates all visits to eachInstructionVisitorin a given list.