Uses of Class
com.rubecula.math.Macro

Packages that use Macro
com.rubecula.math This is the high-level description of the math package. 
 

Uses of Macro in com.rubecula.math
 

Methods in com.rubecula.math that return Macro
static Macro Macro.valueOf(java.lang.String[] operations)
           
 

Methods in com.rubecula.math with parameters of type Macro
 void Mill.operate(Macro operator)
           
 void Mill.addMacro(java.lang.String name, Macro expansion)