|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionEditor
A ExpressionEditor, a translator of method bodies.
Method Summary | |
---|---|
void |
edit(Cast c)
Edits an expression for explicit type casting (overridable). |
void |
edit(ConstructorCall c)
Edits a constructor call (overridable). |
void |
edit(FieldAccess f)
Edits a field-access expression (overridable). |
void |
edit(Handler h)
Edits a catch clause (overridable). |
void |
edit(Instanceof i)
Edits an instanceof expression (overridable). |
void |
edit(MethodCall m)
Edits a method call (overridable). |
void |
edit(NewArray a)
Edits an expression for array creation (overridable). |
void |
edit(NewExpression e)
Edits a new expression (overridable). |
Method Detail |
---|
void edit(NewExpression e) throws CannotCompileException
e
-
CannotCompileException
void edit(NewArray a) throws CannotCompileException
a
-
CannotCompileException
void edit(MethodCall m) throws CannotCompileException
m
-
CannotCompileException
void edit(ConstructorCall c) throws CannotCompileException
super()
or this()
included in a constructor body.
c
-
CannotCompileException
void edit(FieldAccess f) throws CannotCompileException
f
-
CannotCompileException
void edit(Instanceof i) throws CannotCompileException
i
-
CannotCompileException
void edit(Cast c) throws CannotCompileException
c
-
CannotCompileException
void edit(Handler h) throws CannotCompileException
h
-
CannotCompileException
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |