Package com.googlecode.d2j.jasmin
Class Jasmins
java.lang.Object
com.googlecode.d2j.jasmin.Jasmins
-
Method Summary
-
Method Details
-
parse
- Throws:
IOException
-
parse
public static org.objectweb.asm.tree.ClassNode parse(String fileName, Reader bufferedReader) throws IOException, org.antlr.runtime.RecognitionException - Throws:
IOExceptionorg.antlr.runtime.RecognitionException
-
parse
public static org.objectweb.asm.tree.ClassNode parse(String fileName, InputStream is) throws IOException, org.antlr.runtime.RecognitionException - Throws:
IOExceptionorg.antlr.runtime.RecognitionException
-