434435436437438439440
* * @throws TransformerException if a error occurs creating the Expression. */ protected Expression div(int opPos) throws TransformerException { return compileOperation(new Div(), opPos); }
437438439440441442443
402403404405406407408
400401402403404405406
440441442443444445446
399400401402403404405
441442443444445446447