Class ASTStringLiteral

    • Method Detail

      • acceptPlsqlVisitor

        protected <P,​R> R acceptPlsqlVisitor​(PlsqlVisitor<? super P,​? extends R> visitor,
                                                   P data)
      • getString

        public String getString()
        Gets the plain string from the string literal.
        Returns:
        the plain string value from the string literal.
      • jjtSetValue

        protected void jjtSetValue​(Object value)
      • jjtGetValue

        public Object jjtGetValue()
      • acceptVisitor

        public final <P,​R> R acceptVisitor​(AstVisitor<? super P,​? extends R> visitor,
                                                 P data)
        Specified by:
        acceptVisitor in interface Node