| spoon.reflect.code.CtTargetedExpression
CtTargetedExpression | public interface CtTargetedExpression extends CtExpression<T>(Code) | | This abstract code element defines an expression which contains a target
expression.
< Parameters: T - >"Return" type of this expression< Parameters: E - >Type of the target |
Method Summary | |
E | getTarget() Gets the target expression. | void | setTarget(E target) Sets the target expression. |
getTarget | E getTarget()(Code) | | Gets the target expression.
|
setTarget | void setTarget(E target)(Code) | | Sets the target expression.
|
|
|