UAST - Unified Abstract Syntax Tree

Edit page Last modified: 29 九月 2022

UAST (Unified Abstract Syntax Tree) is an abstraction layer on the PSI of different JVM languages. It provides a unified API for working with common language elements like classes and method declarations, literal values, and control flow operators.