> Heh, you know me, I will probably have something working sooner than > later. If I don't waste to much time making trance music...
Yea, same problem here, I just bought one of these, so I'm slightly distracted :) http://1010.co.uk/org/blackdeath.html > Generating extra classes etc shouldn't be a problem I suppose? > > We can already do this with ASEmitter.java in FalconJx, look at all the > unit tests. :) Yea, I gathered as much, but just checking :) > > Right, API to IClassNode.setName("**MyClassBase") > > There is a step here that doesn't exist which would be like > writeChanges(whatChanges), which is about the only aspect of this that > needs more than 10 minutes of thought, everything else is covered. > > Side note; The Falcon parser is so fast that to update offsets after code > is inserted is just a matter of reparsing the file with the new code, this > will give you updated AST without changing the source file yet. > Alright, so almost everything is in place for AOP, this is exciting :)