Class TypeSignature.ClassType
java.lang.Object
org.openrewrite.java.internal.parser.TypeSignature
org.openrewrite.java.internal.parser.TypeSignature.ClassType
- Enclosing class:
TypeSignature
A class type, possibly parameterized (e.g.,
java/util/List<TE;>).-
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
Modifier and TypeMethodDescriptionbooleanMethods inherited from class org.openrewrite.java.internal.parser.TypeSignature
parseClassSignature
-
Constructor Details
-
ClassType
-
-
Method Details
-
getInternalName
-
getTypeArguments
-
isParameterized
public boolean isParameterized()
-