committed by
Space Team
parent
4ddc94bc8d
commit
984ab0a4b9
@@ -20,6 +20,15 @@ import com.intellij.psi.tree.TokenSet;
|
|||||||
import org.jetbrains.kotlin.psi.*;
|
import org.jetbrains.kotlin.psi.*;
|
||||||
|
|
||||||
public interface KtStubElementTypes {
|
public interface KtStubElementTypes {
|
||||||
|
/**
|
||||||
|
* @deprecated use {@link KtFileElementType#INSTANCE}.
|
||||||
|
* Field is provided for the sake of binary compatibility with external usages.
|
||||||
|
*
|
||||||
|
* It will be deleted in 1.9.0.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
KtFileElementType FILE = KtFileElementType.INSTANCE;
|
||||||
|
|
||||||
KtClassElementType CLASS = new KtClassElementType("CLASS");
|
KtClassElementType CLASS = new KtClassElementType("CLASS");
|
||||||
KtFunctionElementType FUNCTION = new KtFunctionElementType("FUN");
|
KtFunctionElementType FUNCTION = new KtFunctionElementType("FUN");
|
||||||
KtPropertyElementType PROPERTY = new KtPropertyElementType("PROPERTY");
|
KtPropertyElementType PROPERTY = new KtPropertyElementType("PROPERTY");
|
||||||
|
|||||||
Reference in New Issue
Block a user