org.jetbrains.jet.lang.types.ref
Class JetTypeName
java.lang.Object
org.jetbrains.jet.lang.types.ref.JetTypeName
public class JetTypeName
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetTypeName
public JetTypeName(@NotNull
FqName className,
@NotNull
java.util.List<JetTypeName> arguments)
getClassName
@NotNull
public FqName getClassName()
getArguments
@NotNull
public java.util.List<JetTypeName> getArguments()
fromJavaClass
@NotNull
public static JetTypeName fromJavaClass(@NotNull
java.lang.Class<?> clazz)
withoutParameters
@NotNull
public static JetTypeName withoutParameters(@NotNull
FqName fqName)
parse
@NotNull
public static JetTypeName parse(@NotNull
java.lang.String value)