Package org.datanucleus.util
Interface MacroString.MacroHandler
- Enclosing class:
MacroString
public static interface MacroString.MacroHandler
Inner class : Macro Handler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handles identifier macrosvoid
handler 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
-