Interface MacroString.MacroHandler
- Enclosing class:
MacroString
public static interface MacroString.MacroHandler
Inner class : Macro Handler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandles identifier macrosvoidhandler parameter macros
-
Method Details
-
onIdentifierMacro
handles identifier macros- Parameters:
im- the identitifier macro to handle
-
onParameterMacro
handler parameter macros- Parameters:
pm- the parameter macro to handle
-