Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.techtrader.modules.tools.bytecode
Interface InstructionPtr  view InstructionPtr download InstructionPtr.java

All Known Implementing Classes:
ExceptionHandler, JumpInstruction

public interface InstructionPtr

An InstructionPtr represents an entity that maintains ptrs to instructions in a code block.


Method Summary
 void setMarkers(java.util.List instructions)
          Use the byte indexes read from the .class file to calculate and set references to the target instruction(s) for this ptr.
 

Method Detail

setMarkers

public void setMarkers(java.util.List instructions)
Use the byte indexes read from the .class file to calculate and set references to the target instruction(s) for this ptr. This method will be called after the byte code has been read in for the first time.