• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • C
      • Proof-checker-array
      • Soft
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Ethereum
      • Leftist-trees
      • Java
        • Atj
        • Aij
        • Language
          • Syntax
            • Grammar
            • Unicode-escapes
            • Unicode-input-char
            • Escape-sequence
            • Identifiers
            • Primitive-types
              • Primitive-type
              • Primitive-type-<=
              • Numeric-type
                • Numeric-type-fix
                • Numeric-type-case
                • Numeric-type-equiv
                • Numeric-typep
                • Numeric-type-kind
                • Numeric-type-short
                • Numeric-type-long
                • Numeric-type-int
                • Numeric-type-float
                • Numeric-type-double
                • Numeric-type-char
                • Numeric-type-byte
              • Primitive-type-<
              • Integral-type
              • Primitive-type-<1
              • Floating-point-type
            • Reference-types
            • Unicode-characters
            • Keywords
            • Integer-literals
            • String-literals
            • Octal-digits
            • Hexadecimal-digits
            • Decimal-digits
            • Binary-digits
            • Character-literals
            • Null-literal
            • Floating-point-literals
            • Boolean-literals
            • Package-names
            • Literals
          • Semantics
      • Riscv
      • Taspi
      • Bitcoin
      • Zcash
      • Des
      • X86isa
      • Sha-2
      • Yul
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Axe
      • Poseidon
      • Where-do-i-place-my-book
      • Aleo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Primitive-types

Numeric-type

Fixtype of Java numeric types [JLS14:4.2].

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:char → numeric-type-char
:byte → numeric-type-byte
:short → numeric-type-short
:int → numeric-type-int
:long → numeric-type-long
:float → numeric-type-float
:double → numeric-type-double

Subtopics

Numeric-type-fix
Fixing function for numeric-type structures.
Numeric-type-case
Case macro for the different kinds of numeric-type structures.
Numeric-type-equiv
Basic equivalence relation for numeric-type structures.
Numeric-typep
Recognizer for numeric-type structures.
Numeric-type-kind
Get the kind (tag) of a numeric-type structure.
Numeric-type-short
Numeric-type-long
Numeric-type-int
Numeric-type-float
Numeric-type-double
Numeric-type-char
Numeric-type-byte