package diffast-langs-java

  1. Overview
  2. Docs
type t =
  1. | PostIncrement
  2. | PostDecrement
  3. | PreIncrement
  4. | PreDecrement
  5. | Positive
  6. | Negative
  7. | Complement
  8. | Not
val to_string : t -> string
val to_simple_string : t -> string
val to_short_string : t -> string
val of_unary_operator : Ast.unary_operator -> t
val to_tag : t -> string * 'a list
OCaml

Innovation. Community. Security.