Table of Contents

IDEA Plugin Dev - PSI Element

About

A PSI element is an element of a PSI tree. It can have child PSI elements.

PSI elements and operations on the level of individual PSI elements are used to explore the internal structure of source code. For example, you can use PSI elements to perform code analysis, such as code inspections or intention actions.

Management

Interface

The PsiElement class is the common base class for PSI elements.

Get

Operations

See PSI Cook Book