Module Consts

module Consts: sig .. end
Java- and UTF8-related constants used throughout the Barista project.


Java constants

val magic_number : int64

String constants


Attribute-related strings

val attr_annotation_default : Utils.UTF8.t
val attr_bootstrap_methods : Utils.UTF8.t
val attr_code : Utils.UTF8.t
val attr_constant_value : Utils.UTF8.t
val attr_deprecated : Utils.UTF8.t
val attr_enclosing_method : Utils.UTF8.t
val attr_exceptions : Utils.UTF8.t
val attr_inner_classes : Utils.UTF8.t
val attr_line_number_table : Utils.UTF8.t
val attr_local_variable_table : Utils.UTF8.t
val attr_local_variable_type_table : Utils.UTF8.t
val attr_module : Utils.UTF8.t
val attr_module_requires : Utils.UTF8.t
val attr_module_permits : Utils.UTF8.t
val attr_module_provides : Utils.UTF8.t
val attr_runtime_invisible_annotations : Utils.UTF8.t
val attr_runtime_invisible_parameter_annotations : Utils.UTF8.t
val attr_runtime_invisible_type_annotations : Utils.UTF8.t
val attr_runtime_visible_annotations : Utils.UTF8.t
val attr_runtime_visible_parameter_annotations : Utils.UTF8.t
val attr_runtime_visible_type_annotations : Utils.UTF8.t
val attr_signature : Utils.UTF8.t
val attr_source_debug_extension : Utils.UTF8.t
val attr_source_file : Utils.UTF8.t
val attr_stack_map_table : Utils.UTF8.t
val attr_synthetic : Utils.UTF8.t
val attr_all : Utils.UTF8.t list

Miscellaneous strings

val class_constructor : Utils.UTF8.t
val class_initializer : Utils.UTF8.t
val empty_utf8 : Utils.UTF8.t
val java_lang_Object : Utils.UTF8.t

Character constants


Capital letters

val capital_b : Utils.UChar.t
val capital_c : Utils.UChar.t
val capital_d : Utils.UChar.t
val capital_f : Utils.UChar.t
val capital_i : Utils.UChar.t
val capital_j : Utils.UChar.t
val capital_l : Utils.UChar.t
val capital_s : Utils.UChar.t
val capital_t : Utils.UChar.t
val capital_v : Utils.UChar.t
val capital_z : Utils.UChar.t

Small letters

val small_c : Utils.UChar.t
val small_e : Utils.UChar.t
val small_s : Utils.UChar.t

Digits

val digits : Utils.UChar.t list

Special characters

val at_character : Utils.UChar.t
val back_slash : Utils.UChar.t
val circonflex : Utils.UChar.t
val closing_parenthesis : Utils.UChar.t
val closing_square_bracket : Utils.UChar.t
val colon : Utils.UChar.t
val comma : Utils.UChar.t
val dollar : Utils.UChar.t
val dot : Utils.UChar.t
val greater_than : Utils.UChar.t
val lower_than : Utils.UChar.t
val minus : Utils.UChar.t
val opening_parenthesis : Utils.UChar.t
val opening_square_bracket : Utils.UChar.t
val plus : Utils.UChar.t
val quote : Utils.UChar.t
val semi_colon : Utils.UChar.t
val sharp : Utils.UChar.t
val slash : Utils.UChar.t
val space : Utils.UChar.t
val star : Utils.UChar.t
val tabulation : Utils.UChar.t
val underscore : Utils.UChar.t
val percentage : Utils.UChar.t