|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Builtin | Loads Java-class macro. |
Call | Calls macro given in first parameters. |
Copydef | Copies macro definition. |
Define | Macro that creates user-defined macro. |
Defn | Returns definition of macro. |
Echo | Prints string directly into macroprocessor output. |
Error | Produces a error message. |
Halt | Halts macroprocessor. |
IfElse | Title: PMP: Macroprocessor Description: Java macroprocessor Copyright: Copyright (c) 2005 |
Include | Includes file into input stream of macroprocessor. |
IsBuiltin | Returns "1" if macro with name specified by first parameter
exists and is builtin (not instance of DefinedMacro ). |
IsDefined | Returns "1" if macro with name specified by first parameter
exists and is defined (not builtin). |
IsSet | Returns non empty string if exists macro with given name otherwise returns empty string. |
MacroTable | Allows manipulation with list of macros. |
Output | Redirects output of macroprocessor to specified file. |
Popdef | Restores previous definition of macro. |
Pushdef | Sets new definition of macro and saves current one into stack. |
Undefine | Removes definition of macro. |
Warning | Produces a warning message. |
This package contains classes for builtin macros of PMP macroprocessor.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |