• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
        • Atj
        • Aij
        • Language
          • Syntax
          • Semantics
            • Primitive-function-macros
            • Primitive-values
            • Floating-point-placeholders
            • Pointers
            • Floating-point-value-set-parameters
            • Values
            • Primitive-operations
            • Primitive-conversions
              • Primitive-narrowing-conversions
                • Short-to-char
                • Short-to-byte
                • Long-to-short
                • Float-to-short
                • Float-to-long
                • Float-to-char
                • Float-to-byte
                • Double-to-short
                • Double-to-long
                • Double-to-int
                • Double-to-float
                • Double-to-char
                • Double-to-byte
                • Char-to-short
                • Long-to-int
                • Long-to-char
                • Long-to-byte
                • Int-to-short
                • Int-to-char
                • Int-to-byte
                • Float-to-int
                • Char-to-byte
              • Primitive-widening-conversions
              • Primitive-widening-narrowing-conversions
            • Reference-values
      • Taspi
      • Riscv
      • Bitcoin
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Aleo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • ACL2
    • Macro-libraries
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Primitive-conversions

Primitive-narrowing-conversions

Java primitive narrowing conversions [JLS14:5.1.3].

Subtopics

Short-to-char
Narrowing conversion from short to char [JLS14:5.1.3].
Short-to-byte
Narrowing conversion from short to byte [JLS14:5.1.3].
Long-to-short
Narrowing conversion from long to short [JLS14:5.1.3].
Float-to-short
Narrowing conversion from float to short [JLS14:5.1.3].
Float-to-long
Narrowing conversion from float to long [JLS14:5.1.3].
Float-to-char
Narrowing conversion from float to char [JLS14:5.1.3].
Float-to-byte
Narrowing conversion from float to byte [JLS14:5.1.3].
Double-to-short
Narrowing conversion from double to short [JLS14:5.1.3].
Double-to-long
Narrowing conversion from double to long [JLS14:5.1.3].
Double-to-int
Narrowing conversion from double to int [JLS14:5.1.3].
Double-to-float
Narrowing conversion from double to float [JLS14:5.1.3].
Double-to-char
Narrowing conversion from double to char [JLS14:5.1.3].
Double-to-byte
Narrowing conversion from double to byte [JLS14:5.1.3].
Char-to-short
Narrowing conversion from char to short [JLS14:5.1.3].
Long-to-int
Narrowing conversion from long to int [JLS14:5.1.3].
Long-to-char
Narrowing conversion from long to char [JLS14:5.1.3].
Long-to-byte
Narrowing conversion from long to byte [JLS14:5.1.3].
Int-to-short
Narrowing conversion from int to short [JLS14:5.1.3].
Int-to-char
Narrowing conversion from int to char [JLS14:5.1.3].
Int-to-byte
Narrowing conversion from int to byte [JLS14:5.1.3].
Float-to-int
Narrowing conversion from float to int [JLS14:5.1.3].
Char-to-byte
Narrowing conversion from char to byte [JLS14:5.1.3].