public static class SignatureParser.FormalTypeParameter extends Object
T extends MyClass & MyInterface'.| Modifier and Type | Field and Description |
|---|---|
SignatureParser.FieldTypeSignature |
classBound
The class that this formal type parameter (optionally) extends.
|
String |
identifier
The name of the formal type parameter, e.g.
|
List<SignatureParser.FieldTypeSignature> |
interfaceBounds
The interfaces that this formal type parameter (optionally) extends.
|
| Constructor and Description |
|---|
FormalTypeParameter(String identifier,
SignatureParser.FieldTypeSignature classBound,
List<SignatureParser.FieldTypeSignature> interfaceBounds) |
public final String identifier
T'.@Nullable public final SignatureParser.FieldTypeSignature classBound
public final List<SignatureParser.FieldTypeSignature> interfaceBounds
public FormalTypeParameter(String identifier, @Nullable SignatureParser.FieldTypeSignature classBound, List<SignatureParser.FieldTypeSignature> interfaceBounds)
Copyright © 2022. All rights reserved.