|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cycling74.max.MXJDecompiler
public class MXJDecompiler
We currently use JODE http://jode.sourceforge.net as the backend for this interface.
Method Summary | |
---|---|
void |
decompile(java.lang.String classname,
java.lang.String[] classpath,
java.io.Writer writer)
same as above but you can specify the classpath yourself as an array of strings. |
void |
decompile(java.lang.String classname,
java.io.Writer writer)
Attempt to decompile a class. |
static MXJDecompiler |
getInstance()
Get the singleton instance of the MXJDecompiler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MXJDecompiler getInstance()
public void decompile(java.lang.String classname, java.io.Writer writer) throws java.io.IOException
classname
- the name of the class you wish to decompile in dot format i.e. com.cycling74.max.Atomwriter
- any subclass of writer to where the results of decompilation will be dumped.
java.io.IOException
public void decompile(java.lang.String classname, java.lang.String[] classpath, java.io.Writer writer) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |