Uses of Interface
com.martiansoftware.snip.util.MacroProcessor

Packages that use MacroProcessor
com.martiansoftware.snip   
com.martiansoftware.snip.util   
 

Uses of MacroProcessor in com.martiansoftware.snip
 

Classes in com.martiansoftware.snip that implement MacroProcessor
 class RunSnip
          An Ant task designed to help with the single-sourcing of program documentation.
 

Uses of MacroProcessor in com.martiansoftware.snip.util
 

Constructors in com.martiansoftware.snip.util with parameters of type MacroProcessor
MacroInputStream(java.io.InputStream in, MacroProcessor processor)
          Creates a new MacroInputStream wrapping the specified InputStream and using the specified MacroProcessor.
MacroInputStream(java.io.InputStream in, MacroProcessor processor, int maxMacroLength)
          Creates a new MacroInputStream wrapping the specified InputStream and using the specified MacroProcessor and maximum macro lookahead.