![]() | ![]() |
Definition at line 7 of file Weaver.as.
Static Public Member Functions | |
| static function | weaveToAllMethods (aScopeObject:Object, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToAllGetters (aScopeObject:Object, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToAllSetters (aScopeObject:Object, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToAllMethodsAndAccessors (aScopeObject:Object, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToAllAccessors (aScopeObject:Object, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToMethods (aScopeObject:Object, aMethodNames:Array, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToGettersFor (aScopeObject:Object, aVariableNames:Array, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToSettersFor (aScopeObject:Object, aVariableNames:Array, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function | weaveToMethod (aScopeObject:Object, aMethodName:String, aWeavedBeforeFunction:Function, aWeavedAfterFunction:Function) |
| static function gugga.utils.Weaver.weaveToAllMethods | ( | aScopeObject:Object | , | |
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToAllGetters | ( | aScopeObject:Object | , | |
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToAllSetters | ( | aScopeObject:Object | , | |
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToAllMethodsAndAccessors | ( | aScopeObject:Object | , | |
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToAllAccessors | ( | aScopeObject:Object | , | |
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToMethods | ( | aScopeObject:Object | , | |
| aMethodNames:Array | , | |||
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToGettersFor | ( | aScopeObject:Object | , | |
| aVariableNames:Array | , | |||
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToSettersFor | ( | aScopeObject:Object | , | |
| aVariableNames:Array | , | |||
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
| static function gugga.utils.Weaver.weaveToMethod | ( | aScopeObject:Object | , | |
| aMethodName:String | , | |||
| aWeavedBeforeFunction:Function | , | |||
| aWeavedAfterFunction:Function | ||||
| ) | [static] |
1.5.2