org.jpox.util
Interface MacroString.MacroHandler

Enclosing interface:
MacroString

public static interface MacroString.MacroHandler

Inner class : Macro Handler


Method Summary
 void onIdentifierMacro(MacroString.IdentifierMacro im)
          handles identifier macros
 void onParameterMacro(MacroString.ParameterMacro pm)
          handler parameter macros
 

Method Detail

onIdentifierMacro

public void onIdentifierMacro(MacroString.IdentifierMacro im)
handles identifier macros

Parameters:
im - the identitifier macro to handle

onParameterMacro

public void onParameterMacro(MacroString.ParameterMacro pm)
handler parameter macros

Parameters:
pm - the parameter macro to handle


Copyright © -2007 . All Rights Reserved.