Documentation of 'org.apache.derby.iapi.sql.compile.Visitable' Java class
Visitable
org.apache.derby.iapi.sql.compile

Interface Visitable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      Visitable accept(Visitor v)
      Accept a visitor, and call v.visit() on child nodes as necessary.
      void addTag(java.lang.String tag)
      Add a tag to this Visitable.
      boolean taggedWith(java.lang.String tag)
      Return true if this Visitable is tagged with the indicated tag.
    • Method Detail

      • addTag

        void addTag(java.lang.String tag)
        Add a tag to this Visitable.
      • taggedWith

        boolean taggedWith(java.lang.String tag)
        Return true if this Visitable is tagged with the indicated tag.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.