From: Keats <ke...@xa...> - 2004-03-29 15:54:58
|
----- Original Message ----- > That said, I come to think about the Macro interface (class?). Why does it > have two methods there? I have never understood which of the methods are > invoked when: one fo them (I am on vacation now, so I can't find the > details) have never been invoked when I have made Macro implementation. > This is also very very badly documented, not explaining nothing. The Macro interface is pretty simple: write() sends its output to a FastWriter, and evaluate() returns to a String. Keats |