| Modifier and Type | Method and Description |
|---|---|
static TypeName[] |
PlatformUtils.findClassHierarchy(TypeName clazz,
TypeName baseType) |
TypeName[] |
TypeName.getInterfaces() |
TypeName[] |
TypeName.getParameters() |
TypeName |
TypeName.getSuperclass() |
static TypeName |
PlatformUtils.lowestCommonAncestor(TypeName a,
TypeName b) |
static TypeName |
TypeName.of(Type type,
TypeName... args) |
| Modifier and Type | Method and Description |
|---|---|
static TypeName[] |
PlatformUtils.findClassHierarchy(TypeName clazz,
TypeName baseType) |
static TypeName[] |
PlatformUtils.findClassHierarchy(TypeName clazz,
TypeName baseType) |
boolean |
TypeName.isAssignableFrom(TypeName cls) |
static TypeName |
PlatformUtils.lowestCommonAncestor(TypeName a,
TypeName b) |
static TypeName |
PlatformUtils.lowestCommonAncestor(TypeName a,
TypeName b) |
static TypeName |
TypeName.of(Type type,
TypeName... args) |
| Constructor and Description |
|---|
TypeName(String name,
TypeName... parameters) |
Copyright © 2021 vpc open source initiative. All rights reserved.