Package proguard.classfile.instruction.visitor
package proguard.classfile.instruction.visitor
-
ClassDescriptionThis
AttributeVisitorlets a givenInstructionVisitorvisit all Instruction instances of theCodeAttributeinstances it visits.ThisInstructionVisitorlets a givenConstantVisitorvisit all constants of the instructions it visits.ThisInstructionVisitorcounts the number of instructions that has been visited.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.This interface specifies the methods for a visitor ofInstructioninstances.ThisInstructionVisitordelegates all visits to eachInstructionVisitorin a given list.