|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is intended to be implemented to disassemble IClassFileReader onto a String using the proper line separator.
Field Summary | |
---|---|
static int |
DEFAULT
Deprecated. The mode is the default mode to disassemble IClassFileReader. |
static int |
DETAILED
Deprecated. The mode is the detailed mode to disassemble IClassFileReader. |
Method Summary | |
---|---|
String |
disassemble(IClassFileReader classFileReader,
String lineSeparator)
Deprecated. Answers back the disassembled string of the IClassFileReader using the default mode. |
String |
disassemble(IClassFileReader classFileReader,
String lineSeparator,
int mode)
Deprecated. Answers back the disassembled string of the IClassFileReader according to the mode. |
Field Detail |
public static final int DETAILED
public static final int DEFAULT
Method Detail |
public String disassemble(IClassFileReader classFileReader, String lineSeparator)
classFileReader
- The classFileReader to be disassembledlineSeparator
- the line separator to use.
public String disassemble(IClassFileReader classFileReader, String lineSeparator, int mode)
classFileReader
- The classFileReader to be disassembledlineSeparator
- the line separator to use.mode
- the mode used to disassemble the IClassFileReader
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |