public class MacroString extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MacroString.IdentifierMacro
Inner class : Identifier Macro
|
static interface |
MacroString.MacroHandler
Inner class : Macro Handler
|
static class |
MacroString.ParameterMacro
Inner class : Parameter Macro
|
Constructor and Description |
---|
MacroString(String className,
String importsString,
String macroString)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
substituteMacros(MacroString.MacroHandler mh,
ClassLoaderResolver clr)
Utility to substitute macros using the supplier handler.
|
public String substituteMacros(MacroString.MacroHandler mh, ClassLoaderResolver clr)
mh
- Macro handler.clr
- ClassLoaderResolverCopyright © 2019. All rights reserved.