net.sf.jaxme.generator.sg
Interface SGlet

All Known Subinterfaces:
SGlet.TypedSGlet

public interface SGlet

An SGlet is a tiny source generator used to generate sources in a loop.

Author:
Jochen Wiedmann

Nested Class Summary
static interface SGlet.TypedSGlet
           
 
Method Summary
 void generate(net.sf.jaxme.js.JavaMethod pMethod, java.lang.Object pValue)
           
 

Method Detail

generate

public void generate(net.sf.jaxme.js.JavaMethod pMethod,
                     java.lang.Object pValue)
              throws SAXException
Throws:
SAXException