|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.classloading.ApplicationClasses.ApplicationClass
public static class ApplicationClasses.ApplicationClass
Represent a application class
| Field Summary | |
|---|---|
byte[] |
enhancedByteCode
The enhanced byteCode |
byte[] |
javaByteCode
The compiled byteCode |
Class<?> |
javaClass
The in JVM loaded class |
VirtualFile |
javaFile
A reference to the java source file |
String |
javaSource
The Java source |
String |
name
The fully qualified class name |
int |
sigChecksum
Signatures checksum |
Long |
timestamp
Last time than this class was compiled |
| Constructor Summary | |
|---|---|
ApplicationClasses.ApplicationClass()
|
|
ApplicationClasses.ApplicationClass(String name)
|
|
| Method Summary | |
|---|---|
byte[] |
compile()
Compile the class from Java source |
void |
compiled(byte[] code)
Call back when a class is compiled. |
byte[] |
enhance()
Enhance this class |
boolean |
isDefinable()
Is this class already compiled but not defined ? |
void |
refresh()
Need to refresh this class ! |
String |
toString()
|
void |
uncompile()
Unload the class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public VirtualFile javaFile
public String javaSource
public byte[] javaByteCode
public byte[] enhancedByteCode
public Class<?> javaClass
public Long timestamp
public int sigChecksum
| Constructor Detail |
|---|
public ApplicationClasses.ApplicationClass()
public ApplicationClasses.ApplicationClass(String name)
| Method Detail |
|---|
public void refresh()
public byte[] enhance()
public boolean isDefinable()
public byte[] compile()
public void uncompile()
public void compiled(byte[] code)
code - The bytecode.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||