|
|||||||||
| Home >> All >> org >> jxcl >> [ cl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jxcl.cl
Interface ClassXformer

- public interface ClassXformer
Application-specific pre- and post-processors for JXCL classes. There may be any number of these. If pre/post-processors encounter fatal errors, they must issue a warning message to System.err and either undo or set clazz to null.
| Method Summary | |
java.lang.String |
getName()
Get the preprocessor's report name. |
void |
postMethods(org.apache.bcel.generic.ClassGen clazz)
Postprocessor applied to the class after looking at methods. |
void |
preMethods(org.apache.bcel.generic.ClassGen clazz)
Preprocessor applied to the class before looking at methods. |
void |
setClassTransformer(ClassTransformer ct)
|
void |
setName(java.lang.String name)
Set the preprocessor's name for reports. |
| Method Detail |
setClassTransformer
public void setClassTransformer(ClassTransformer ct)
preMethods
public void preMethods(org.apache.bcel.generic.ClassGen clazz)
- Preprocessor applied to the class before looking at methods.
Any such preprocessors will be applied in the order of
the ClassXformer vector.
postMethods
public void postMethods(org.apache.bcel.generic.ClassGen clazz)
- Postprocessor applied to the class after looking at methods.
These will be applied in reverse order after completion of
method processing.
getName
public java.lang.String getName()
- Get the preprocessor's report name.
setName
public void setName(java.lang.String name)
- Set the preprocessor's name for reports.
|
|||||||||
| Home >> All >> org >> jxcl >> [ cl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC