package diffast-langs-java

  1. Overview
  2. Docs
Java parser plugin for Diff/AST

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.3.6.tar.gz
sha256=be973fe1316a3d72672c03680305ca8a4ad947ed07a8c3eeea8380faec9e52c0
md5=edb85aaf77cd22aaa8f6ce3889bf241d

doc/diffast-langs-java.base/Java_base/Java_label/Annotation/index.html

Module Java_label.AnnotationSource

Sourcetype t =
  1. | Normal of name
  2. | Marker of name
  3. | SingleElement of name
Sourceval get_name : t -> name
Sourceval is_named_orig : 'a -> bool
Sourceval move_disallowed : t -> bool
Sourceval to_string : t -> string
Sourceval anonymize : ?more:bool -> t -> t
Sourceval to_simple_string : t -> string
Sourceval to_short_string : t -> string
Sourceval to_tag : t -> string * (string * string) list