package diffast-langs-java

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Java_label.UnaryOperatorSource

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

Innovation. Community. Security.