????
+--AbstractJoinPoint
+--org.as2lib.aop.joinpoint.PropertyJoinPoint
+--org.as2lib.aop.joinpoint.GetPropertyJoinPoint
GetPropertyJoinPoint is a join point matching get access to a property. It
represents the getter method of a property.
public function GetPropertyJoinPoint(info:PropertyInfo, thiz)Constructs a new
GetPropertyJoinPoint) instance.is
null or
undefined
| IllegalArgumentException | if argument info reflects a not-readable
property
|
public function proceed(args:Array)Proceeds this join point by executing the getter 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):NumberReturns the type of this property.
AbstractJoinPoint#GET_PROPERTY
getType() in org.as2lib.aop.JoinPoint