package diffast-langs-fortran

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

Module F_label.ConstantSource

include module type of struct include Labels.Constant end
Sourcetype t = Fortran_parsing.F_constant.t =
  1. | BozLiteralConstant of string
  2. | CharLiteralConstant of string
  3. | ComplexLiteralConstant of string * string
  4. | IntLiteralConstant of string
  5. | LogicalLiteralConstant of string
  6. | RealLiteralConstant of string
  7. | NamedConstant of Fortran_parsing.Label_common.name
  8. | HollerithConstant of string
  9. | PpMacroConstant of Fortran_parsing.Label_common.name
  10. | SignedIntLiteralConstant of string
  11. | SignedRealLiteralConstant of string
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> Fortran_parsing.Label_common.name
Sourceval to_tag : t -> string * (string * Fortran_parsing.Label_common.name) list
Sourceval get_name_opt : t -> Fortran_parsing.Label_common.name option
Sourceval get_value : t -> string
Sourceval mkint : string -> t
Sourceval mkreal : string -> t
Sourceval mkboz : string -> t
Sourceval mkchar : string -> t
Sourceval mkcomp : (string * string) -> t
Sourceval mklogi : string -> t
Sourceval mkhollerith : string -> t
Sourceval mksint : string -> t
Sourceval mksreal : string -> t
Sourceval anonymize : ?more:bool -> t -> t
Sourceval to_short_string : ?ignore_identifiers_flag:bool -> t -> string
OCaml

Innovation. Community. Security.