org.jetbrains.kotlin.resolve
Class ImportPath
java.lang.Object
org.jetbrains.kotlin.resolve.ImportPath
public final class ImportPath
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ImportPath
public ImportPath(@NotNull
FqName fqName,
boolean isAllUnder)
ImportPath
public ImportPath(@NotNull
FqName fqName,
boolean isAllUnder,
@Nullable
Name alias)
ImportPath
public ImportPath(@NotNull
java.lang.String pathStr)
getPathStr
public java.lang.String getPathStr()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
fqnPart
@NotNull
public FqName fqnPart()
getAlias
@Nullable
public Name getAlias()
hasAlias
public boolean hasAlias()
isAllUnder
public boolean isAllUnder()
getImportedName
@Nullable
public Name getImportedName()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object