|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WrappeeTranslator
translates a regular java class into
a wrappable one.
This translation is usually done at load time. After the
translation, the class subclasses the JacObject
class.
Method Summary | |
byte[] |
fillClassRTTI(String aClass)
Computes RTTI info for a class and gets its bytecode |
byte[] |
translateClass(String name)
Translate a class |
Method Detail |
public byte[] translateClass(String name) throws Exception
name
- the name of the class to translate
Exception
public byte[] fillClassRTTI(String aClass) throws Exception
aClass
- name of the class analyze
Exception
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |