public interface MacroCombiner<T>
Modifier and Type | Method and Description |
---|---|
void |
add(T expanded)
Add the expanded form of a macro.
|
void |
addString(String part)
Add a non-macro containing substring.
|
T |
build()
Returns the combined result.
|