Class TypeSignature.ClassSignatureResult
java.lang.Object
org.openrewrite.java.internal.parser.TypeSignature.ClassSignatureResult
- Enclosing class:
TypeSignature
Result of parsing a JVMS ClassSignature.
-
Constructor Summary
ConstructorsConstructorDescriptionClassSignatureResult(List<TypeSignature.FormalTypeParameter> typeParameters, TypeSignature superclass, List<TypeSignature> interfaces) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ClassSignatureResult
public ClassSignatureResult(List<TypeSignature.FormalTypeParameter> typeParameters, TypeSignature superclass, List<TypeSignature> interfaces)
-
-
Method Details
-
getTypeParameters
-
getSuperclass
-
getInterfaces
-