|
From: Andreas L. <and...@gm...> - 2008-01-17 07:44:50
|
Hi all, with your answer, Jendrik, I now can call my own composers, thank you very much. But initially I was searching for another way to do it: Is it possible to match a pattern and then (instead of calling bind or extend there) to call my own composer there? And in case this is not possible, here is my second question: Now I am calling my composer and then - as in your Java-weaving - iterate over the constructs of the input and test via "if ..." whether the current construct matches my pattern. Unfortunately my pattern is quite complex and I need many checks there. I experience, that the number of checks via "if (..." seems is somehow limited to 30. Is there a way of performing more than these 30 checks? Thank you very much, Andreas |