Uses of Class
de.dante.extex.interpreter.exception.helping.ArithmeticOverflowException

Packages that use ArithmeticOverflowException
de.dante.extex.interpreter.expression   
de.dante.extex.interpreter.expression.term   
de.dante.extex.interpreter.type.count This package contains the basic count data types for ExTeX. 
de.dante.extex.interpreter.type.dimen This package contains the basic dimen data types for ExTeX. 
 

Uses of ArithmeticOverflowException in de.dante.extex.interpreter.expression
 

Methods in de.dante.extex.interpreter.expression that throw ArithmeticOverflowException
 EType EType.divide(EType t)
          Apply the operation + on the current instance and an additional argument.
 

Uses of ArithmeticOverflowException in de.dante.extex.interpreter.expression.term
 

Methods in de.dante.extex.interpreter.expression.term that throw ArithmeticOverflowException
 EType TDouble.divide(EType t)
           
 EType TCount.divide(EType t)
           
 EType Accumulator.divide(EType t)
           
 

Uses of ArithmeticOverflowException in de.dante.extex.interpreter.type.count
 

Methods in de.dante.extex.interpreter.type.count that throw ArithmeticOverflowException
 void Count.divide(long denom)
          Divide the value by a long.
 

Uses of ArithmeticOverflowException in de.dante.extex.interpreter.type.dimen
 

Methods in de.dante.extex.interpreter.type.dimen that throw ArithmeticOverflowException
 void Dimen.divide(long denom)
          Divide the current value with a given number.