|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.translators.WrappeeTranslator_BCEL
Constructor Summary | |
WrappeeTranslator_BCEL(LoadtimeRTTI rtti)
Translator initializator. |
Method Summary | |
byte[] |
fillClassRTTI(String aClass)
Computes RTTI info for a class and gets its bytecode |
static boolean |
isCollection(String type)
|
protected boolean |
isTranslated(JavaClass javaClass)
Returns true if the class is already translated (ie it contains a field named __JAC_TRANSLATED) |
byte[] |
translateClass(String aClass)
Translate a class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WrappeeTranslator_BCEL(LoadtimeRTTI rtti)
Method Detail |
protected boolean isTranslated(JavaClass javaClass)
public byte[] translateClass(String aClass) throws Exception
translateClass
in interface WrappeeTranslator
aClass
- name of the class to translate
Exception
public byte[] fillClassRTTI(String aClass) throws Exception
fillClassRTTI
in interface WrappeeTranslator
aClass
- name of the class analyze
Exception
public static boolean isCollection(String type)
|
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 |