|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.java.Javac.CompiledClass
Field Summary | |
byte[] |
executable
The Java byte codes representing the Java class. |
(package private) java.lang.String |
name
The full Java class name. |
Constructor Summary | |
Javac.CompiledClass()
|
Method Summary | |
byte[] |
getExecutable()
Return the Java byte codes representing this class. |
java.lang.String |
getName()
Return the full Java class name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte[] executable
java.lang.String name
Constructor Detail |
public Javac.CompiledClass()
Method Detail |
public java.lang.String getName()
public byte[] getExecutable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |