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

Quick Search    Search Deep

com.chaoswg.xtc4y.classdesc
Interface CodeCompatible  view CodeCompatible download CodeCompatible.java

All Known Implementing Classes:
LineNumberTableAttribute, LineNumberTableEntry, LocalVariableTableAttribute, LocalVariableTableEntry

public interface CodeCompatible

This interface marks a attribute to be code compatible. Code compatible it may occur in the attributes section of a codeattribute and must therefore resolve it indices into the code array


Method Summary
 void readIndices(com.chaoswg.xtc4y.classdesc.code.Code code)
          Called to resolve indices on instructions from the code table
 void resolveIndices(com.chaoswg.xtc4y.classdesc.code.Code code)
          Called to resolve the temporary stored indices into the code table
 

Method Detail

resolveIndices

public void resolveIndices(com.chaoswg.xtc4y.classdesc.code.Code code)
Called to resolve the temporary stored indices into the code table


readIndices

public void readIndices(com.chaoswg.xtc4y.classdesc.code.Code code)
Called to resolve indices on instructions from the code table