Uses of Class
pmp.macro.math.Eval.Function

Packages that use Eval.Function
pmp.macro.math This package contains classes for builtin macros of PMP:macroprocessor for mathematical operations. 
 

Uses of Eval.Function in pmp.macro.math
 

Methods in pmp.macro.math that return Eval.Function
static Eval.Function Eval.Function.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Eval.Function[] Eval.Function.values()
          Returns an array containing the constants of this enum type, in the order they're declared.