????
+--AbstractJoinPoint
+--org.as2lib.aop.joinpoint.PropertyJoinPoint
+--org.as2lib.aop.joinpoint.SetPropertyJoinPoint
SetPropertyJoinPoint
is a join point matching set access to a property. It
represents the setter method of a property.
public function SetPropertyJoinPoint(info:PropertyInfo, thiz)
Constructs a new
SetPropertyJoinPoint) instance.is
null
or
undefined
IllegalArgumentException | if argument info reflects a not-writable
property
|
public function proceed(args:Array)
Proceeds this join point by executing the setter of the represented property with the given arguments and returning the result of the execution.
args | the arguments to use for the execution |
the result of the execution
proceed() in org.as2lib.aop.JoinPoint
public function getType(Void):Number
Returns the type of this property.
AbstractJoinPoint#SET_PROPERTY
getType() in org.as2lib.aop.JoinPoint