com.intellij.extapi.psi
Class PsiFileBase
java.lang.Object
PsiFileImpl
com.intellij.extapi.psi.PsiFileBase
public abstract class PsiFileBase
- extends PsiFileImpl
Created by IntelliJ IDEA.
User: max
Date: Jan 25, 2005
Time: 9:40:47 PM
To change this template use File | Settings | File Templates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsiFileBase
protected PsiFileBase(Project project,
VirtualFile file,
Language language)
PsiFileBase
protected PsiFileBase(Project project,
java.lang.String name,
java.lang.CharSequence text,
Language language)
getLanguage
@NotNull
public final Language getLanguage()
createLexer
public final Lexer createLexer()
createFileElement
protected final FileElement createFileElement(java.lang.CharSequence docText)
accept
public void accept(PsiElementVisitor visitor)