Class TextBlockLiteralExpr

    • Constructor Detail

      • TextBlockLiteralExpr

        public TextBlockLiteralExpr()
      • TextBlockLiteralExpr

        public TextBlockLiteralExpr​(String value)
        Creates a text block literal expression from given string.
        Parameters:
        value - the value of the literal
      • TextBlockLiteralExpr

        public TextBlockLiteralExpr​(TokenRange tokenRange,
                                    String value)
        This constructor is used by the parser and is considered private.