Uses of Class
pmp.CallStackItem.Type

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

Uses of CallStackItem.Type in pmp
 

Methods in pmp that return CallStackItem.Type
 CallStackItem.Type CallStackItem.getType()
           
 CallStackItem.Type CallStack.topItemType()
          Returns type of item on top of the stack.
static CallStackItem.Type CallStackItem.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CallStackItem.Type[] CallStackItem.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in pmp with parameters of type CallStackItem.Type
 CallStackItem CallStack.pushItem(CallStackItem.Type type, java.lang.String[] params)
          Pushes new item to stack.
 

Constructors in pmp with parameters of type CallStackItem.Type
CallStackItem(CallStackItem.Type type, java.lang.String[] params)
           
CallStackItem(CallStackItem.Type type, java.lang.String[] params, AbstractMacro macro)