public class IndexingDataKeys
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Key<java.lang.CharSequence> |
FILE_TEXT_CONTENT_KEY |
static Key<LighterAST> |
LIGHTER_AST_NODE_KEY |
static Key<Project> |
PROJECT
Deprecated.
use
IndexedFileImpl.setProject(Project) or IndexedFileImpl.getProject() instead |
static Key<PsiFile> |
PSI_FILE |
static Key<VirtualFile> |
VIRTUAL_FILE |
public static final Key<VirtualFile> VIRTUAL_FILE
@Deprecated public static final Key<Project> PROJECT
IndexedFileImpl.setProject(Project)
or IndexedFileImpl.getProject()
insteadpublic static final Key<java.lang.CharSequence> FILE_TEXT_CONTENT_KEY
public static final Key<LighterAST> LIGHTER_AST_NODE_KEY