| Interface | Description |
|---|---|
| MacroCombiner<T> |
Used by MacroFinder to process a string containing macros.
|
| MacroMatchResult | |
| MacroReplacer<T> |
Interface to define replacement behavior for @{link MacroFinder}.
|
| Class | Description |
|---|---|
| MacroFinder |
Replace and extracts macros from input strings.
|
| MacroFinderAutomaton |
A push-down automaton that searches for occurrences of a macro in linear time with respect to the
search string.
|
| StringMacroCombiner |
A simple MacroCombiner for
MacroReplacer<String> that just concatenates the strings and
expanded macros. |
| Exception | Description |
|---|---|
| MacroException |