Module Java_label.PrimarySource
Sourceval is_named_orig : t -> bool Sourceval anonymize : ?more:bool -> t -> t Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string Sourceval to_tag : t -> string * (string * string) list Sourceval of_literal :
?anonymize_int:bool ->
?anonymize_float:bool ->
?anonymize_string:bool ->
?reduce:bool ->
Ast.literal ->
t Sourceval sep_pat : Str.regexp Sourceval last_of_lname : string -> string Sourceval is_compatible : t -> t -> bool