are pointcuts a first class language construct
play

Are Pointcuts a First-Class Language Construct? Einfhrung Teil 1 - PowerPoint PPT Presentation

Are Pointcuts a First-Class Language Construct? Einfhrung Teil 1 Stephan Herrmann Technische Universitt Berlin stephan@cs.tu-berlin.de www.ObjectTeams.org FOAL'06 Stephan Herrmann #1 Join Points? program element A join point is a


  1. Are Pointcuts a First-Class Language Construct? Einführung Teil 1 Stephan Herrmann Technische Universität Berlin stephan@cs.tu-berlin.de www.ObjectTeams.org FOAL'06 Stephan Herrmann #1

  2. Join Points? program element „A join point is a point of interest in some artefact ... through which two or more concerns may be composed“ [Crosscut 1 st Issue] runtime event „A join point is a point in the execution of a program ...“ FOAL'06 Stephan Herrmann #2

  3. A Calculus for Pointcut Composition? ● &&, || and ! ≠ ∧, ∨ and ¬ – distributive law does not hold in AspectJ ● event negation? – debatable semantics ● intersection of join point kinds? – call(T C.foo()) && set(T C.bar) ?? FOAL'06 Stephan Herrmann #3

  4. Outline ● Minimal AOP w/o „pointcut“ – Bottom-up construction of AOP ● economy of concepts – „pointcut“ is an expensive concept – Terminology of „Join Point Interception“ – Meta model for join points ● The Delta ● „Pointcuts“ – Reverse methods – Model: pointcuts as classes – Compositionality for free FOAL'06 Stephan Herrmann #4

  5. Minimal AOP ● Join points – elements of the program, defined by meta model ● Join point queries – matching (wildcards etc.) ∨ functional queries ● kind & scope & constraint advice ● Join point interception – binding : aspect method ← set of join points > E(C)/A ● before | after | replace ● possibly guarded (run-time filter) ● overridable (needs a name) – execution of join point may trigger aspect method FOAL'06 Stephan Herrmann #5

  6. Discussion ● Powerful AOP without „points in the execution of a program“ – amenable to formal, static analysis – students can implement/understand the language ● What is missing? – Regarding AspectJ: ● cflow – Other dynamic approaches consume multiple events ● stateful aspects to trigger one action ● trace matches ● ... – What do these have in common? FOAL'06 Stephan Herrmann #6

  7. Reverse Methods ● Definition by Anti-Symmetry: Method Pointcut jp2 m2() <advice> PC <client> m() proceed m2() trig2() return m3() trig3() jp3 m3() mx() trigx() consume one incoming call event produce one outgoing call event produce sequence of outgoing events consume sequence of incoming events FOAL'06 Stephan Herrmann #7

  8. Pointcut Class ● Why invent something new? – public team class T { protected class R playedBy ? { void rm() { ... } rm <- replace PC1.fire; } } R rm PC1 rm <- PC1 fire m2() {....} m3 m2 <- PC2 m3 <- B.m FOAL'06 Stephan Herrmann #8

  9. Compositional Pointcut Binding ● Why invent something new? – public team class T { protected class R playedBy ? { void rm() { ... } rm <- replace PC1.fire; } } PC2 m4 R m5 rm PC1 fire rm <- PC1 fire m4 <- bm1 m2() {....} m5 <- query2() m3 m2 <- PC2 B m3 <- B.m rm FOAL'06 Stephan Herrmann #9

  10. Economy ● Join point interception – a low-cost concept more details at: – statically determined www.objectteams.org/publications ● Multi-event triggers – generalized/simulated by class – specialized syntax deferred ● Calculi – join points: functional queries (meta model + set theory) – aspect binding: E(C)/A + overriding – composition as aspects-of-aspects FOAL'06 Stephan Herrmann #10

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend