See: Description
| Interface | Description |
|---|---|
| InstructionVisitor |
This interface specifies the methods for a visitor of
Instruction instances. |
| Class | Description |
|---|---|
| AllInstructionVisitor |
This
AttributeVisitor lets a given InstructionVisitor visit all Instruction
instances of the CodeAttribute instances it visits. |
| InstructionConstantVisitor |
This
InstructionVisitor lets a given ConstantVisitor visit all constants
of the instructions it visits. |
| InstructionCounter |
This
InstructionVisitor 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 |
This
InstructionVisitor delegates all visits to each InstructionVisitor
in a given list. |