|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IClassFileReader | |
|---|---|
| org.eclipse.jdt.core | |
| org.eclipse.jdt.core.util | |
| org.eclipse.jdt.internal.core.util | |
| Uses of IClassFileReader in org.eclipse.jdt.core |
|---|
| Methods in org.eclipse.jdt.core that return IClassFileReader | |
|---|---|
static IClassFileReader |
ToolFactory.createDefaultClassFileReader(IClassFile classfile,
int decodingFlag)
Create a classfile reader onto a classfile Java element. |
static IClassFileReader |
ToolFactory.createDefaultClassFileReader(java.io.InputStream stream,
int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader. |
static IClassFileReader |
ToolFactory.createDefaultClassFileReader(java.lang.String fileName,
int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader. |
static IClassFileReader |
ToolFactory.createDefaultClassFileReader(java.lang.String zipFileName,
java.lang.String zipEntryName,
int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader. |
| Uses of IClassFileReader in org.eclipse.jdt.core.util |
|---|
| Methods in org.eclipse.jdt.core.util with parameters of type IClassFileReader | |
|---|---|
java.lang.String |
IClassFileDisassembler.disassemble(IClassFileReader classFileReader,
java.lang.String lineSeparator)
Deprecated. Answers back the disassembled string of the IClassFileReader using the default mode. |
java.lang.String |
IClassFileDisassembler.disassemble(IClassFileReader classFileReader,
java.lang.String lineSeparator,
int mode)
Deprecated. Answers back the disassembled string of the IClassFileReader according to the mode. |
| Uses of IClassFileReader in org.eclipse.jdt.internal.core.util |
|---|
| Classes in org.eclipse.jdt.internal.core.util that implement IClassFileReader | |
|---|---|
class |
ClassFileReader
|
| Methods in org.eclipse.jdt.internal.core.util with parameters of type IClassFileReader | |
|---|---|
java.lang.String |
Disassembler.disassemble(IClassFileReader classFileReader,
java.lang.String lineSeparator)
|
java.lang.String |
Disassembler.disassemble(IClassFileReader classFileReader,
java.lang.String lineSeparator,
int mode)
Answers back the disassembled string of the IClassFileReader according to the mode. |
static IClassFileAttribute |
Util.getAttribute(IClassFileReader classFileReader,
char[] attributeName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||