public static class SignatureParser.SimpleClassTypeSignature extends Object
MyMap<K, V>'.| Modifier and Type | Field and Description |
|---|---|
String |
simpleClassName
The simple name of the class.
|
List<SignatureParser.TypeArgument> |
typeArguments
The type arguments of the class, e.g.
|
| Constructor and Description |
|---|
SimpleClassTypeSignature(String simpleClassName,
List<SignatureParser.TypeArgument> typeArguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Converts this simple class type signature into a nice, human-readable string like '
MyClass<U>'. |
public final String simpleClassName
public final List<SignatureParser.TypeArgument> typeArguments
<A extends x, B super x, *, x>'.public SimpleClassTypeSignature(String simpleClassName, List<SignatureParser.TypeArgument> typeArguments)
Copyright © 2022. All rights reserved.