Class TypeSignature.BaseType

java.lang.Object
org.openrewrite.java.internal.parser.TypeSignature
org.openrewrite.java.internal.parser.TypeSignature.BaseType
Enclosing class:
TypeSignature

public static class TypeSignature.BaseType extends TypeSignature
A primitive type (e.g., I, Z).
  • Constructor Details

    • BaseType

      public BaseType(char descriptor)
  • Method Details

    • getDescriptor

      public char getDescriptor()