]> source.dussan.org Git - aspectj.git/commit
new placeholder nodes for type patterns and signature patterns. Before this change...
authoraclement <aclement>
Thu, 26 Jan 2006 10:54:40 +0000 (10:54 +0000)
committeraclement <aclement>
Thu, 26 Jan 2006 10:54:40 +0000 (10:54 +0000)
commit0498eeaee57665df121ac90161bcb59522c60a4e
tree391cfda44703f8e31c8d955a58e265a588094b82
parent861823254fc58b165b1c1e80689497293e03c7ef
new placeholder nodes for type patterns and signature patterns.  Before this change this info was being 'discarded' and not included in the constructed AST - now it is at least created and held onto.  Future work would create the various subnodes for the different kinds of typepatterns and signaturepatterns - if users want to start analysing them below their 'top level'
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/AndPointcut.java
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/DefaultTypePattern.java [new file with mode: 0644]
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/PatternNode.java [new file with mode: 0644]
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/SignaturePattern.java [new file with mode: 0644]
org.aspectj.ajdt.core/src/org/aspectj/org/eclipse/jdt/core/dom/TypePattern.java [new file with mode: 0644]