All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.intellij.psi.PsiClassOwnerEx Maven / Gradle / Ivy

Go to download

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