Module aya.ij.parsing.core
Package com.intellij.psi
package com.intellij.psi
-
ClassDescriptionManages language-specific access to PSI for a single file.rewrite of FleetPsiParser.ktrewrite of ITokenSequence.ktLiteralTextEscaper<T extends PsiLanguageInjectionHost>Represents a binary file.Represents a comment in a code.The common base interface for all elements of the PSI tree.Represents a syntax error (for example, invalid token) in Java or custom language code.A PSI element representing a file.Marks PSI element as (potentially) containing text in another language.Provides a list of possible modifier keywords for Java classes, methods and fields.Represents a declaration which introduces a named entity and can be renamed (for example, a class or a method).A Psi element which has a name given by an identifier token in the Psi tree.Represents the contents of a plain-text file.Represents a plain-text file (a file belonging to the type "Text files" or a custom file type which has no associated language).Please use this interface to mark recursive visitors.A reference to a PSI element.Represents a whitespace token.The standard lexer token types common to all languages.