Uses of Interface
mmp.engine.EngineContext

Packages that use EngineContext
mmp.engine Provides the engine of the MNI macro processor mmp. 
 

Uses of EngineContext in mmp.engine
 

Classes in mmp.engine that implement EngineContext
 class Engine
          The MNI macro processor engine.
 

Methods in mmp.engine with parameters of type EngineContext
 String UserMacro.call(List<String> macArgs, EngineContext engineContext)
           
 String Macro.call(List<String> macArgs, EngineContext engineContext)
          Calls the macro with the argument 'macArg' in the 'engineContext'.