java.lang.Object
com.intellij.psi.util.QualifiedName
- 所有已实现的接口:
Comparable<QualifiedName>
-
方法概要
修饰符和类型方法说明append(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()
-
方法详细资料
-
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
- 指定者:
compareTo在接口中Comparable<QualifiedName>
-