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