« | Main | »

September 04, 2008

Here is the first part of a little project to provide a means for searching Java code based on names and types, etc: http://code.google.com/p/jloogle and here is the abstract syntax of the grammar used. The idea is to have AspectJ-like pointcut matching on the static types and names of a program so you can say things like "give me a method that returns a foo and whose names is similar to baz...". Posted by jeff at September 4, 2008 11:56 AM