Module Java_base.Java_labelSource
Sourcetype identifier = string Sourceval lang_prefix : string Sourceval ident_attr_name : string Sourceval label_attr_name : string Sourceval dims_attr_name : string Sourceval islocal_attr_name : string Sourceval isstmt_attr_name : string Sourceval keyroot_depth_min : int Sourceval null_tid : string * string Sourceval mktid : 'a -> 'b -> 'a * 'b Sourceval tid_to_string : (string * string) -> string Sourceval xmlenc : string -> string Sourceval xmldec : string -> string Sourceval escaped_dollar_pat : Str.regexp Sourceval unescape_dollar : string -> string Sourceval undeco_pat : Str.regexp Sourceval undeco : string -> string Sourceval get_uqn : string -> string Sourceval vdid_to_string : (string * int) -> string Sourceval vdids_to_string : (string * int) list -> string Sourceval vdid_to_name : ('a * 'b) -> 'a Sourceval vdids_to_name : (string * dims) list -> string Sourcetype annotation = string option Sourceval null_annotation : 'a option Sourceval kind_to_anonymous_string : kind -> string Sourceval kind_to_attrs : kind -> (string * string) list Sourceval kind_to_name_attrs : kind -> (string * string) list Sourceval anonymize : ?more:bool -> t -> t Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string Sourceval sig_attr_name : string Sourceval to_elem_data :
?strip:bool ->
?afilt:(string -> bool) ->
Astml.Loc.t ->
t ->
string * (string * string) list * string Sourceval of_literal :
?anonymize_int:bool ->
?anonymize_float:bool ->
?anonymize_string:bool ->
?reduce:bool ->
Ast.literal ->
t Sourceval is_hunk_boundary : t -> t -> bool Sourceval forced_to_be_collapsible : 'a -> bool Sourceval is_collapse_target : < no_collapse_flag : bool.. > -> t -> bool Sourceval is_statement_expression : t -> bool Sourceval is_compatible : ?weak:bool -> t -> t -> bool Sourceval relabel_allowed : (t * t) -> bool Sourceval move_disallowed : t -> bool Sourceval is_order_insensitive : t -> bool Sourceval is_named_orig : t -> bool Sourceval is_to_be_notified : t -> bool Sourceval is_wildcard_bounds : t -> bool Sourceval is_va_parameter : t -> bool Sourceval is_parameters : t -> bool Sourceval is_typeparameter : t -> bool Sourceval is_typeparameters : t -> bool Sourceval is_typearguments : ?nth:int -> t -> bool Sourceval is_statement_or_block : t -> bool Sourceval is_fieldaccess : t -> bool Sourceval is_import_single : t -> bool Sourceval is_module_body : t -> bool Sourceval is_module_directive : t -> bool Sourceval is_implements : t -> bool Sourceval is_classbodydecl : t -> bool Sourceval is_interfacebody : t -> bool Sourceval is_annotationtype : t -> bool Sourceval is_annotationtypebody : t -> bool Sourceval is_annotations : t -> bool Sourceval is_annotation : t -> bool Sourceval is_class_or_interface : t -> bool Sourceval is_enumconstant : t -> bool Sourceval is_typedeclaration : t -> bool Sourceval is_methodbody : t -> bool Sourceval is_extendsinterfaces : t -> bool Sourceval is_localvariabledecl : t -> bool Sourceval is_switchblock : t -> bool Sourceval is_switchblockstmtgroup : t -> bool Sourceval is_switchrule : t -> bool Sourceval is_switchlabel : t -> bool Sourceval is_switchrulelabel : t -> bool Sourceval is_arrayinitializer : t -> bool Sourceval is_variabledeclarator : t -> bool Sourceval is_string_literal : t -> bool Sourceval is_text_block : t -> bool Sourceval is_int_literal : t -> bool Sourceval is_real_literal : t -> bool Sourceval is_ambiguous_name : t -> bool Sourceval is_ambiguous_method_invocation : t -> bool Sourceval is_instancecreation : t -> bool Sourceval is_assignment : t -> bool Sourceval is_arraycreation : t -> bool Sourceval is_importdeclarations : t -> bool Sourceval is_expression : t -> bool Sourceval is_methodinvocation : t -> bool Sourceval is_ctorinvocation : t -> bool Sourceval is_invocation : t -> bool Sourceval is_simple_invocation : t -> bool Sourceval is_instance_creation : t -> bool Sourceval is_invocation_or_instance_creation : t -> bool Sourceval is_primarythis : t -> bool Sourceval is_primaryname : t -> bool Sourceval is_binary_add : t -> bool Sourceval is_explicitctorinvok : t -> bool Sourceval is_blockstatement : t -> bool Sourceval is_elementvalue : t -> bool Sourceval is_staticinit : t -> bool Sourceval is_instanceinit : t -> bool Sourceval is_packagedeclaration : t -> bool Sourceval is_compilationunit : t -> bool Sourceval is_type_bound : t -> bool Sourceval is_catch_clause : t -> bool Sourceval is_resource_spec : t -> bool Sourceval is_catch_parameter : t -> bool Sourceval is_pointcut_expr : t -> bool Sourceval is_classname_pattern_expr : t -> bool Sourceval is_scope_creating : t -> bool Sourceval get_category : t -> string Sourceval has_non_trivial_value : t -> bool Sourceval has_non_trivial_tid : t -> bool Sourceval cannot_be_keyroot : < data : < _label : Obj.t.. >.. > -> bool Sourceval is_special : 'a -> bool Sourceval find_name : (string * string) list -> string Sourceval find_code : (string * string) list -> string Sourceval find_kind : (string * string) list -> kind