Uses of Interface
org.eclipse.jdt.core.util.IClassFileReader
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Uses of IClassFileReader in org.eclipse.jdt.core
Modifier and TypeMethodDescriptionstatic IClassFileReader
ToolFactory.createDefaultClassFileReader
(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
(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
(String zipFileName, 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.static IClassFileReader
ToolFactory.createDefaultClassFileReader
(IClassFile classfile, int decodingFlag) Create a classfile reader onto a classfile Java element. -
Uses of IClassFileReader in org.eclipse.jdt.core.util
Modifier and TypeMethodDescriptionIClassFileDisassembler.disassemble
(IClassFileReader classFileReader, String lineSeparator) Deprecated.Answers back the disassembled string of the IClassFileReader using the default mode.IClassFileDisassembler.disassemble
(IClassFileReader classFileReader, String lineSeparator, int mode) Deprecated.Answers back the disassembled string of the IClassFileReader according to the mode.