package diffast-langs-java

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

Module Java_label.AssignmentOperatorSource

Sourcetype t =
  1. | Eq
  2. | MulEq
  3. | DivEq
  4. | ModEq
  5. | AddEq
  6. | SubEq
  7. | ShiftLEq
  8. | ShiftREq
  9. | ShiftRUEq
  10. | AndEq
  11. | XorEq
  12. | OrEq
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_short_string : t -> string
Sourceval of_assignment_operator : Ast.assignment_operator -> t
Sourceval to_tag : t -> 'a -> string * 'a
OCaml

Innovation. Community. Security.