Join point: Difference between revisions
Appearance
Content deleted Content added
same name sorting |
follow order and name of article elements per MOS:SECTIONORDER |
||
Line 6: | Line 6: | ||
== See also == |
== See also == |
||
*[[AspectJ]], an aspect-oriented extension for the [[Java (programming language)|Java]] [[programming language]] |
*[[AspectJ]], an aspect-oriented extension for the [[Java (programming language)|Java]] [[programming language]] |
||
⚫ | |||
==References== |
==References== |
||
{{Reflist}} |
{{Reflist}} |
||
⚫ | |||
[[Category:Aspect-oriented software development]] |
[[Category:Aspect-oriented software development]] |
Latest revision as of 01:42, 7 July 2022
This article needs additional citations for verification. (August 2017) |
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
[edit]- AspectJ, an aspect-oriented extension for the Java programming language
References
[edit]