com.ibm.tivoli.maximo.report.expr

Class DivideByZeroValidator

  • All Implemented Interfaces:
    Node.Visitor


    public class DivideByZeroValidator
    extends ValueCollector
    Validates that the parsed node information does not contain explicit references to divide by 0 operations
    • Constructor Detail

      • DivideByZeroValidator

        public DivideByZeroValidator()
    • Method Detail

      • isDivideByZero

        protected boolean isDivideByZero(Node n)
      • accept

        public boolean accept(Node n)
                       throws java.rmi.RemoteException,
                              MXException
        Description copied from class: Collector
        Return true if this node can be accepted by the Collector
        Overrides:
        accept in class ValueCollector
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException