@UnstableApi public interface NamedTypeInfo
| Modifier and Type | Method and Description |
|---|---|
String |
docString()
Returns the documentation string.
|
default Set<TypeSignature> |
findNamedTypes()
Returns all enum, struct and exception types referred by this type.
|
String |
name()
Returns the fully qualified type name.
|
String name()
String docString()
default Set<TypeSignature> findNamedTypes()
Copyright © 2020 LeanCloud. All rights reserved.