public class JetTypeName extends java.lang.Object
| Constructor and Description |
|---|
JetTypeName(FqName className,
java.util.List<JetTypeName> arguments) |
| Modifier and Type | Method and Description |
|---|---|
static JetTypeName |
fromJavaClass(java.lang.Class<?> clazz) |
java.util.List<JetTypeName> |
getArguments() |
FqName |
getClassName() |
static JetTypeName |
parse(java.lang.String value) |
static JetTypeName |
withoutParameters(FqName fqName) |
public JetTypeName(@NotNull FqName className, @NotNull java.util.List<JetTypeName> arguments)
@NotNull public FqName getClassName()
@NotNull public java.util.List<JetTypeName> getArguments()
@NotNull public static JetTypeName fromJavaClass(@NotNull java.lang.Class<?> clazz)
@NotNull public static JetTypeName withoutParameters(@NotNull FqName fqName)
@NotNull public static JetTypeName parse(@NotNull java.lang.String value)