程序包 proguard.classfile.instruction.visitor
-
接口概要 接口 说明 InstructionVisitor This interface specifies the methods for a visitor ofInstructioninstances. -
类概要 类 说明 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.