Web Site

org.codehaus.janino.tools
Class Disassembler

java.lang.Object
  extended byorg.codehaus.janino.tools.Disassembler

public class Disassembler
extends Object

A Java bytecode disassembler, comparable to JAVAP, which is part of Sun's JDK.

Notice that this tool does not depend on any other classes or libraries (other than the standard JDK library).


Method Summary
static void main(String[] args)
          Usage:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Usage:
   java new.janino.tools.Disassembler [ -o output-file ] [ -help ]
 

Parameters:
args -
Throws:
IOException

Web Site