package diffast-langs-java

  1. Overview
  2. Docs
include Java_base.Java_label.Spec.LABEL_T
type annotation
val null_annotation : annotation
val annotation_to_string : annotation -> string
type t
val to_string : t -> string
val to_char : t -> char
val to_short_string : ?ignore_identifiers_flag:bool -> t -> string
val to_simple_string : t -> string
val to_elem_data : ?strip:bool -> ?afilt:(string -> bool) -> Diffast_core.Spec.Loc.t -> t -> string * (string * string) list * string
val of_elem_data : string -> (string * string) list -> string -> t
val relabel_allowed : (t * t) -> bool
val quasi_eq : t -> t -> bool
val is_compatible : ?weak:bool -> t -> t -> bool
val is_order_insensitive : t -> bool
val move_disallowed : t -> bool
val is_common : t -> bool
val is_to_be_notified : t -> bool
val is_collapse_target : Diffast_core.Parser_options.c -> t -> bool
val is_hunk_boundary : t -> t -> bool
val forced_to_be_collapsible : t -> bool
val is_named : t -> bool
val is_named_orig : t -> bool
val keyroot_depth_min : int
val is_boundary : t -> bool
val is_partition : t -> bool
val is_sequence : t -> bool
val is_ntuple : t -> bool
val strip : t -> t
val anonymize : ?more:bool -> t -> t
val anonymize2 : t -> t
val anonymize3 : t -> t
val get_ident_use : t -> string
val get_category : t -> string
val get_name : ?strip:bool -> t -> string
val get_value : t -> string
val has_value : t -> bool
val has_non_trivial_value : t -> bool
val has_non_trivial_tid : t -> bool
val cannot_be_keyroot : Diffast_core.Spec.node_t -> bool
val is_phantom : t -> bool
val is_special : t -> bool
val is_string_literal : t -> bool
val is_int_literal : t -> bool
val is_real_literal : t -> bool
val is_statement : t -> bool
val is_op : t -> bool
val is_scope_creating : t -> bool
val to_tag : ?strip:bool -> t -> string * (string * string) list
val lang_prefix : string
val is_method : t -> bool
val is_if : t -> bool
val is_while : t -> bool
val is_do : t -> bool
val is_return : t -> bool
val is_parameter : t -> bool
val is_parameters : t -> bool
val is_typeparameter : t -> bool
val is_typeparameters : t -> bool
val is_typearguments : ?nth:int -> t -> bool
val is_field : t -> bool
val is_type : t -> bool
val is_class : t -> bool
val is_interface : t -> bool
val is_class_or_interface : t -> bool
val is_typedeclaration : t -> bool
val is_enum : t -> bool
val is_implements : t -> bool
val is_classbody : t -> bool
val is_classbodydecl : t -> bool
val is_enumbody : t -> bool
val is_interfacebody : t -> bool
val is_annotationtype : t -> bool
val is_annotationtypebody : t -> bool
val is_annotations : t -> bool
val is_annotation : t -> bool
val is_enumconstant : t -> bool
val is_final : t -> bool
val is_public : t -> bool
val is_protected : t -> bool
val is_private : t -> bool
val is_methodbody : t -> bool
val is_methodinvocation : t -> bool
val is_extends : t -> bool
val is_extendsinterfaces : t -> bool
val is_modifiers : t -> bool
val is_modifier : t -> bool
val is_localvariabledecl : t -> bool
val is_variabledeclarator : t -> bool
val is_literal : t -> bool
val is_name : t -> bool
val is_instancecreation : t -> bool
val is_ctorinvocation : t -> bool
val is_assert : t -> bool
val is_forinit : t -> bool
val is_forcond : t -> bool
val is_forupdate : t -> bool
val is_assignment : t -> bool
val is_qualifier : t -> bool
val is_arguments : t -> bool
val is_arraycreation : t -> bool
val is_importdeclarations : t -> bool
val is_throws : t -> bool
val is_expression : t -> bool
val is_invocation : t -> bool
val is_primary : t -> bool
val is_unaryop : t -> bool
val is_binaryop : t -> bool
val is_block : t -> bool
val is_ctor : t -> bool
val is_ctorbody : t -> bool
val is_staticinit : t -> bool
val is_instanceinit : t -> bool
val is_packagedeclaration : t -> bool
val is_compilationunit : t -> bool
val is_fieldaccess : t -> bool
val is_primarythis : t -> bool
val is_primaryname : t -> bool
val is_specifier : t -> bool
val is_switchblock : t -> bool
val is_switchblockstmtgroup : t -> bool
val is_switchlabel : t -> bool
val is_arrayinitializer : t -> bool
val is_explicitctorinvok : t -> bool
val is_blockstatement : t -> bool
val is_elementvalue : t -> bool
val is_type_bound : t -> bool
OCaml

Innovation. Community. Security.