java.lang.Object
com.intellij.psi.util.QualifiedName
- All Implemented Interfaces:
Comparable<QualifiedName>
-
Method Summary
Modifier and TypeMethodDescriptionappend(QualifiedName qName) intcompareTo(@NotNull QualifiedName other) booleanbooleanstatic @NotNull QualifiedNamefromComponents(String... components) static QualifiedNamefromComponents(Collection<String> components) static @NotNull QualifiedNamefromDottedString(@NotNull String refName) int@Nullable String@Nullable StringinthashCode()booleanbooleanmatchesPrefix(QualifiedName prefix) @NotNull QualifiedNameremoveHead(int count) @NotNull QualifiedName@NotNull QualifiedNameremoveTail(int count) subQualifiedName(int fromIndex, int toIndex) toString()
-
Method Details
-
fromComponents
-
fromComponents
-
append
-
append
-
removeLastComponent
-
removeTail
-
removeHead
-
getComponents
-
getComponentCount
public int getComponentCount() -
matches
-
matchesPrefix
-
endsWith
-
getFirstComponent
-
getLastComponent
-
toString
-
join
-
fromDottedString
-
equals
-
hashCode
public int hashCode() -
subQualifiedName
-
compareTo
- Specified by:
compareToin interfaceComparable<QualifiedName>
-