jp_list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 in the program execution at which... ^+====== AspectScript Join Point Model  ====== 
 + 
 +^ Join point  Points in the program execution at which... ^
 | new    | a function or object is created.      | new    | a function or object is created.     
-| init    | a function or object is initialized. | +| init     | a function or object is initialized. | 
-| call    | a function is called.     | +| call     | a function is called.     | 
-| exec | a function is applied.     |  +| exec   | a function is applied.     |  
-| 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| ''AS.event(..)'' is called.     |+| event  | ''AS.event(..)'' is called.     |
  • jp_list.1255732670.txt.gz
  • Last modified: 2009/10/16 22:37
  • by aspectscript