mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
14 lines
300 B
Java
14 lines
300 B
Java
// This is a generated file. Not intended for manual editing.
|
|
package com.intellij.json.psi;
|
|
|
|
import java.util.List;
|
|
import org.jetbrains.annotations.*;
|
|
import com.intellij.psi.PsiElement;
|
|
|
|
public interface JsonPropertyName extends PsiElement {
|
|
|
|
@NotNull
|
|
JsonStringLiteral getStringLiteral();
|
|
|
|
}
|