public interface ExpressionEditor
| Modifier and Type | Method and Description |
|---|---|
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).
|
void edit(NewExpression e) throws CannotCompileException
e - CannotCompileExceptionvoid edit(NewArray a) throws CannotCompileException
a - CannotCompileExceptionvoid edit(MethodCall m) throws CannotCompileException
m - CannotCompileExceptionvoid edit(ConstructorCall c) throws CannotCompileException
super() or this()
included in a constructor body.c - CannotCompileExceptionvoid edit(FieldAccess f) throws CannotCompileException
f - CannotCompileExceptionvoid edit(Instanceof i) throws CannotCompileException
i - CannotCompileExceptionvoid edit(Cast c) throws CannotCompileException
c - CannotCompileExceptionvoid edit(Handler h) throws CannotCompileException
h - CannotCompileExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.