Join point

From Wikipedia, the free encyclopedia
(Redirected from Join-point)

Page Module:Message box/ambox.css has no content.Page Template:Multiple issues/styles.css has no content.

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.[1] 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 also

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.Cooper, Keith D. (2012). Engineering a compiler. Torczon, Linda. (2nd ed.). Amsterdam: Elsevier/Morgan Kaufmann. p. 476. ISBN 978-0120884780. OCLC 714113472.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.

Template:Asbox