@servicenow/sdk - v4.4.1
    Preparing search index...
    interface LiteralLikeNode {
        getLiteralText(): string;
        hasExtendedUnicodeEscape(): boolean;
        isTerminated(): boolean;
    }
    Index

    Methods

    • Get text of the literal.

      Returns string

    • Gets if the literal has an extended unicode escape.

      Returns boolean

    • Gets if the literal is terminated.

      Returns boolean