<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://pleiad.cl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pleiad.cl/feed.php">
        <title>PLEIAD research:scope:levels</title>
        <description></description>
        <link>http://pleiad.cl/</link>
        <image rdf:resource="http://pleiad.cl/lib/tpl/pleiad2/images/favicon.ico" />
       <dc:date>2026-04-24T10:27:19+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://pleiad.cl/research/scope/levels/classpects-loops"/>
                <rdf:li rdf:resource="http://pleiad.cl/research/scope/levels/iiia-loops"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://pleiad.cl/lib/tpl/pleiad2/images/favicon.ico">
        <title>PLEIAD</title>
        <link>http://pleiad.cl/</link>
        <url>http://pleiad.cl/lib/tpl/pleiad2/images/favicon.ico</url>
    </image>
    <item rdf:about="http://pleiad.cl/research/scope/levels/classpects-loops">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-26T13:23:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>research:scope:levels:classpects-loops</title>
        <link>http://pleiad.cl/research/scope/levels/classpects-loops</link>
        <description>The following download contains the EOS-U compiler, version 0.3.4, downloaded from &lt;http://www.cs.iastate.edu/~eos/&gt;. In the examples folder we added the ActivityExample code, to illustrate aspect loops in Classpects. [Download EOS-U + Activity Example]. Note: the code must be run on Windows, using the .Net framework.</description>
    </item>
    <item rdf:about="http://pleiad.cl/research/scope/levels/iiia-loops">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-06T13:06:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>research:scope:levels:iiia-loops</title>
        <link>http://pleiad.cl/research/scope/levels/iiia-loops</link>
        <description>This is an example of looping in the case of “extends”:


joinpointtype JP allows after {}

class Main {

        public static void main(String args[]) {
                new A().foo();
        }

}

class B extends A {

	public void foo() {
		//some other code here
		super.foo();
	}
}

class A exhibits JP {
	pointcut JP: call(* print*(..));

	public void foo() {
		System.out.println(&quot;foo&quot;);
	}
}

aspect Asp advises JP {
	after(JP jp) {
		new B().foo();
	}
}</description>
    </item>
</rdf:RDF>
