Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.core.util
Interface IClassFileDisassembler


Deprecated. Use ClassFileBytesDisassembler instead

public interface IClassFileDisassembler

This interface is intended to be implemented to disassemble IClassFileReader onto a String using the proper line separator.

Since:
2.0

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

DETAILED

static final int DETAILED
Deprecated. 
The mode is the detailed mode to disassemble IClassFileReader. It returns the magic numbers, the version numbers and field and method descriptors.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Deprecated. 
The mode is the default mode to disassemble IClassFileReader.

See Also:
Constant Field Values
Method Detail

disassemble


String disassemble(
IClassFileReader classFileReader,
                   
String lineSeparator)
Deprecated. 
Answers back the disassembled string of the IClassFileReader using the default mode. This is an output quite similar to the javap tool, using DEFAULT mode.

Parameters:
classFileReader - The classFileReader to be disassembled
lineSeparator - the line separator to use.
Returns:
the disassembled string of the IClassFileReader using the default mode.

disassemble


String disassemble(
IClassFileReader classFileReader,
                   
String lineSeparator,
                   int mode)
Deprecated. 
Answers back the disassembled string of the IClassFileReader according to the mode. This is an output quite similar to the javap tool.

Parameters:
classFileReader - The classFileReader to be disassembled
lineSeparator - the line separator to use.
mode - the mode used to disassemble the IClassFileReader
Returns:
the disassembled string of the IClassFileReader according to the mode

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire