Class TypeSignature.BaseType
java.lang.Object
org.openrewrite.java.internal.parser.TypeSignature
org.openrewrite.java.internal.parser.TypeSignature.BaseType
- Enclosing class:
TypeSignature
A primitive type (e.g.,
I, Z).-
Nested Class Summary
Nested classes/interfaces inherited from class org.openrewrite.java.internal.parser.TypeSignature
TypeSignature.ArrayType, TypeSignature.BaseType, TypeSignature.ClassSignatureResult, TypeSignature.ClassType, TypeSignature.FormalTypeParameter, TypeSignature.TypeVariable, TypeSignature.Wildcard -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openrewrite.java.internal.parser.TypeSignature
parseClassSignature
-
Constructor Details
-
BaseType
public BaseType(char descriptor)
-
-
Method Details
-
getDescriptor
public char getDescriptor()
-