Uses of Class
mmp.engine.SyntaxErrorException

Packages that use SyntaxErrorException
mmp.cli Provides the command line interface to the MNI macro processor mmp. 
mmp.engine Provides the engine of the MNI macro processor mmp. 
 

Uses of SyntaxErrorException in mmp.cli
 

Methods in mmp.cli that throw SyntaxErrorException
static void mmp.main(String[] args)
          usage: mmp <filename>.
 

Uses of SyntaxErrorException in mmp.engine
 

Methods in mmp.engine that throw SyntaxErrorException
 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'.
 int Engine.run()
          Runs the MMP engine.