|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.bytecode.ByteCode
public class ByteCode
Interface to the bytecode compiler.
| Constructor Summary | |
|---|---|
ByteCode()
|
|
| Method Summary | |
|---|---|
JavaClass |
parse(java.io.InputStream is)
Parses the .class file. |
JavaClass |
readFromClassPath(java.lang.String classFile)
Reads the class from the classpath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteCode()
| Method Detail |
|---|
public JavaClass readFromClassPath(java.lang.String classFile)
throws java.io.IOException
java.io.IOException
public JavaClass parse(java.io.InputStream is)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||