See: Description
| Interface | Description |
|---|---|
| InstructionVisitor |
This interface specifies the methods for a visitor of
Instruction objects. |
| Class | Description |
|---|---|
| AllInstructionVisitor |
This AttributeVisitor lets a given InstructionVisitor visit all Instruction
objects of the CodeAttribute objects it visits.
|
| InstructionConstantVisitor |
This AttributeVisitor lets a given ConstantVisitor visit all constants
of the instructions it visits.
|
| InstructionCounter |
This InstructionVisitor counts the number of instructions that has been visited.
|
| MultiInstructionVisitor |
This InstructionVisitor delegates all visits to each InstructionVisitor
in a given list.
|
Copyright © 2015. All Rights Reserved.