• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
          • Atj
          • Aij
          • Language
            • Syntax
              • Grammar
              • Unicode-escapes
              • Unicode-input-char
              • Escape-sequence
              • Identifiers
              • Primitive-types
              • Reference-types
                • Reference-types-definition
                  • Class-type
                  • Array-type
                  • Reference-type
                  • Type-argument
                    • Type-argument-case
                    • Type-argument-equiv
                    • Type-argument-wildcard-super
                    • Type-argument-wildcard-extends
                    • Type-argument-reftype
                    • Type-argument-kind
                    • Type-argument-wildcard
                    • Type-argument-p
                    • Type-argument-fix
                    • Type-argument-count
                  • Type-argument-list
              • 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
        • Bitcoin
        • Zcash
        • Yul
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Reference-types-definition

Type-argument

Fixtype of Java (unannotated) type arguments [JLS14:4.5.1].

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

Member Tags → Types
:reftype → type-argument-reftype
:wildcard → type-argument-wildcard
:wildcard-extends → type-argument-wildcard-extends
:wildcard-super → type-argument-wildcard-super

A type argument is a reference type or a wildcard. A wildcard may have an upper bound, a lower bound, or no bound.

Subtopics

Type-argument-case
Case macro for the different kinds of type-argument structures.
Type-argument-equiv
Basic equivalence relation for type-argument structures.
Type-argument-wildcard-super
Type-argument-wildcard-extends
Type-argument-reftype
Type-argument-kind
Get the kind (tag) of a type-argument structure.
Type-argument-wildcard
Type-argument-p
Recognizer for type-argument structures.
Type-argument-fix
Fixing function for type-argument structures.
Type-argument-count
Measure for recurring over type-argument structures.