Class TypeSignature.Wildcard
java.lang.Object
org.openrewrite.java.internal.parser.TypeSignature
org.openrewrite.java.internal.parser.TypeSignature.Wildcard
- Enclosing class:
TypeSignature
A wildcard type argument.
-
Nested Class Summary
Nested ClassesNested 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
ConstructorsConstructorDescriptionWildcard(TypeSignature.Wildcard.Bound bound, @Nullable TypeSignature boundType) -
Method Summary
Methods inherited from class org.openrewrite.java.internal.parser.TypeSignature
parseClassSignature
-
Constructor Details
-
Wildcard
-
-
Method Details
-
getBound
-
getBoundType
-