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
- 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
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.