com.intellij.psi.PsiClassOwnerEx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-psi-api Show documentation
Show all versions of java-psi-api Show documentation
A packaging of the IntelliJ Community Edition java-psi-api library.
This is release number 1 of trunk branch 142.
The newest version!
package com.intellij.psi;
import java.util.Set;
/**
* @author peter
*/
public interface PsiClassOwnerEx extends PsiClassOwner {
/**
* @return a set of the short names of the top-level classes defined in this file, as this may be faster than getName() for each of getClasses()
*/
Set getClassNames();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy