Interface JvmType

All Known Implementing Classes:
JvmArrayType, JvmPrimitiveType, JvmReferenceType, JvmVoidType

public sealed interface JvmType permits JvmArrayType, JvmPrimitiveType, JvmReferenceType, JvmVoidType
Lossless library-owned representation of a JVM field or return type.
  • Method Details

    • descriptor

      String descriptor()
    • displayName

      String displayName()