]> source.dussan.org Git - aspectj.git/commit
Subclass for the AST that is able to create pointcuts/declares/etc. Similar ctors...
authoraclement <aclement>
Thu, 26 Jan 2006 10:55:44 +0000 (10:55 +0000)
committeraclement <aclement>
Thu, 26 Jan 2006 10:55:44 +0000 (10:55 +0000)
commitf2cd958ea7bd31ccfd28fb13deffa21d9d13ef87
treeec160ada7be04341c2030fb2c66bf494b02bffab
parent0498eeaee57665df121ac90161bcb59522c60a4e
Subclass for the AST that is able to create pointcuts/declares/etc.  Similar ctors to the supertype and one method copied into this class that was creating the AST directly when it needs to use the factory now to ensure it creates an instance of this subtype.
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/AjAST.java [new file with mode: 0644]