Join point

Revision as of 21:36, 9 March 2025 by imported>GoingBatty (General fixes & manual cleanup)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Multiple issues In computer science, a join point is a point in the control flow of a program where the control flow can arrive via two different paths. In particular, it's a basic block that has more than one predecessor.<ref>Template:Cite book</ref> In aspect-oriented programming a set of join points is called a pointcut. A join point is a specification of when, in the corresponding main program, the aspect code should be executed.

The join point is a point of execution in the base code where the advice specified in a corresponding pointcut is applied.

See alsoEdit

ReferencesEdit

Template:Reflist

Template:Aosd

Template:Prog-lang-stub