Uses of Class
net.thevpc.common.util.TypeName
-
Uses of TypeName in net.thevpc.common.util
Methods in net.thevpc.common.util that return TypeNameModifier and TypeMethodDescriptionstatic TypeName[]PlatformUtils.findClassHierarchy(TypeName clazz, TypeName baseType) TypeName[]TypeName.getInterfaces()TypeName[]TypeName.getParameters()TypeName.getSuperclass()static TypeNamePlatformUtils.lowestCommonAncestor(TypeName a, TypeName b) static TypeNameMethods in net.thevpc.common.util with parameters of type TypeNameModifier and TypeMethodDescriptionstatic TypeName[]PlatformUtils.findClassHierarchy(TypeName clazz, TypeName baseType) booleanTypeName.isAssignableFrom(TypeName cls) static TypeNamePlatformUtils.lowestCommonAncestor(TypeName a, TypeName b) static TypeNameConstructors in net.thevpc.common.util with parameters of type TypeName