Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
jp_list [2009/10/16 22:37] aspectscript created |
jp_list [2009/10/16 22:39] (current) aspectscript |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ^ Join point ^ points | + | ====== AspectScript Join Point Model ====== |
| + | |||
| + | ^ Join point ^ Points | ||
| | new | a function or object is created. | | new | a function or object is created. | ||
| - | | init | a function or object is initialized. | | + | | init |
| - | | call | a function is called. | + | | call |
| - | | exec | a function is applied. | + | | exec |
| - | | v-read| a local variable is read. | + | | v-read | a local variable is read. |
| | v-write| a local variable is written. | | v-write| a local variable is written. | ||
| - | | p-read| an object property is read. | + | | p-read | an object property is read. |
| | p-write| an object property is written. | | p-write| an object property is written. | ||
| - | | event| '' | + | | event | '' |