Class AbstractQOMNode

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object accept​(QOMTreeVisitor visitor, java.lang.Object data)
      Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • accept

        public abstract java.lang.Object accept​(QOMTreeVisitor visitor,
                                                java.lang.Object data)
                                         throws java.lang.Exception
        Accepts a visitor and calls the appropriate visit method depending on the type of this QOM node.
        Parameters:
        visitor - the visitor.
        data - user defined data, which is passed to the visit method.
        Throws:
        java.lang.Exception