|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> [ classdesc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.chaoswg.xtc4y.classdesc
Interface CodeCompatible

- 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
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> [ classdesc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC