Class AbstractPLSQLNode

    • Field Detail

      • value

        protected Object value
        Deprecated.
      • scope

        protected Scope scope
        Deprecated.
    • Constructor Detail

      • AbstractPLSQLNode

        public AbstractPLSQLNode​(int i)
        Deprecated.
      • AbstractPLSQLNode

        public AbstractPLSQLNode​(PLSQLParser p,
                                 int i)
        Deprecated.
    • Method Detail

      • jjtSetValue

        public void jjtSetValue​(Object value)
        Deprecated.
      • jjtGetValue

        public Object jjtGetValue()
        Deprecated.
      • toString

        public String toString​(String prefix)
        Deprecated.
      • dump

        public void dump​(String prefix)
        Deprecated.
      • getCanonicalImage

        public String getCanonicalImage()
        Deprecated.
        Return node image converted to the normal Oracle form.

        Normally this is uppercase, unless the names is quoted ("name").

      • getCanonicalImage

        public static String getCanonicalImage​(String image)
        Deprecated.
        Convert arbitrary String to normal Oracle format, under assumption that the passed image is an Oracle name.

        This a helper method for PLSQL classes dependent on SimpleNode, that would otherwise have to import PLSQParser.

        Parameters:
        image -
        Returns:
      • setScope

        public void setScope​(Scope scope)
        Deprecated.
        Specified by:
        setScope in interface PLSQLNode