public static interface MacroString.MacroHandler
Modifier and Type | Method and Description |
---|---|
void |
onIdentifierMacro(MacroString.IdentifierMacro im)
handles identifier macros
|
void |
onParameterMacro(MacroString.ParameterMacro pm)
handler parameter macros
|
void onIdentifierMacro(MacroString.IdentifierMacro im)
im
- the identitifier macro to handlevoid onParameterMacro(MacroString.ParameterMacro pm)
pm
- the parameter macro to handleCopyright © 2019. All rights reserved.