public static class TypeNameParser.Type extends Object
Constructor and Description |
---|
Type() |
Type(List<TypeNameParser.Type> bound) |
Type(String fqn) |
Type(String fqn,
String superOrExtends,
List<TypeNameParser.Type> bound) |
Modifier and Type | Method and Description |
---|---|
String |
getFullName() |
String |
getPlainName() |
String |
toString() |
public Type()
public Type(String fqn)
public Type(String fqn, String superOrExtends, List<TypeNameParser.Type> bound)
public Type(List<TypeNameParser.Type> bound)
Copyright © 2024. All rights reserved.