Module Java_label.LiteralSource
Sourcetype t = | Integer of string| FloatingPoint of string| True| False| Character of string| String of string| TextBlock of string| Null
Sourceval utf8_escape_pat : Str.regexp Sourceval unescape_utf8 : string -> string Sourceval escaped_double_quote_pat : Str.regexp Sourceval reduce_char : string -> string Sourceval escaped_single_quote_pat : Str.regexp Sourceval tab_pat : Str.regexp Sourceval reduce_string : string -> string Sourceval of_literal :
?anonymize_int:bool ->
?anonymize_float:bool ->
?anonymize_string:bool ->
?reduce:bool ->
Ast.literal ->
t Sourceval to_simple_string : t -> string Sourceval to_short_string : t -> string Sourceval to_tag : t -> string * (string * string) list