The java.util.PsiClass is a class in the Java programming language that represents a class in the PSI (Program Structure Interface) of the IntelliJ Platform. It provides methods to access and manipulate different aspects of a Java class, such as its name, modifiers, fields, methods, annotations, superclass, interfaces, and inner classes. It allows developers to programmatically analyze and modify the structure of Java classes within an IDE.
Java PsiClass - 30 examples found. These are the top rated real world Java examples of java.util.PsiClass extracted from open source projects. You can rate examples to help us improve the quality of examples.