import com.intellij.psi.tree.ILightStubFileElementType;
import com.intellij.util.CharTable;
import org.jetbrains.annotations.NotNull;
-import org.jetbrains.annotations.Nullable;
public class FileElement extends LazyParseableElement implements FileASTNode, Getter<FileElement> {
public static final FileElement[] EMPTY_ARRAY = new FileElement[0];
return myCharTable;
}
- @Nullable
+ @NotNull
@Override
public LighterAST getLighterAST() {
final IFileElementType contentType = (IFileElementType)getElementType();