Uses of Class
pmp.MacroListItem

Packages that use MacroListItem
pmp This package contains core classes of PMP macroprocessor. 
 

Uses of MacroListItem in pmp
 

Fields in pmp with type parameters of type MacroListItem
protected  java.util.Map<java.lang.String,MacroListItem> MacroList.macros
          list of macros
 

Methods in pmp that return MacroListItem
 MacroListItem MacroListItem.duplicate()
          Returns new instance of MacroListItem with identical contents as this object.