mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-162853 imports for JvmField
GitOrigin-RevId: bb6fe5b7484647dc305f95874ef8b4295666fe71
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f628228e40
commit
6bb5415348
@@ -1,21 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2017 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.java.syntax.element
|
||||
|
||||
import com.intellij.platform.syntax.SyntaxElementType
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
object JShellSyntaxElementType {
|
||||
@JvmField val FILE: SyntaxElementType = SyntaxElementType("JSHELL_FILE")
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
package com.intellij.java.syntax.element
|
||||
|
||||
import com.intellij.platform.syntax.SyntaxElementType
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
/**
|
||||
* @see com.intellij.psi.impl.source.tree.JavaDocElementType
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
package com.intellij.java.syntax.element
|
||||
|
||||
import com.intellij.platform.syntax.SyntaxElementType
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
/**
|
||||
* @see com.intellij.psi.JavaDocTokenType
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
package com.intellij.java.syntax.element
|
||||
|
||||
import com.intellij.platform.syntax.SyntaxElementType
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
/**
|
||||
* @see com.intellij.psi.impl.source.tree.JavaElementType
|
||||
|
||||
@@ -4,6 +4,7 @@ package com.intellij.java.syntax.element
|
||||
import com.intellij.platform.syntax.SyntaxElementType
|
||||
import com.intellij.platform.syntax.SyntaxElementTypeSet
|
||||
import com.intellij.platform.syntax.syntaxElementTypeSetOf
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
/**
|
||||
* @see com.intellij.psi.JavaTokenType
|
||||
|
||||
@@ -9,6 +9,7 @@ import com.intellij.util.lang.JavaVersion.Companion.compose
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import org.jetbrains.annotations.Nls
|
||||
import kotlin.jvm.JvmStatic
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
/**
|
||||
* Represents a language level (i.e. features available) of a Java code.
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import org.jetbrains.annotations.ApiStatus
|
||||
import org.jetbrains.annotations.Contract
|
||||
import org.jetbrains.annotations.NonNls
|
||||
import kotlin.math.min
|
||||
|
||||
import kotlin.jvm.JvmField
|
||||
|
||||
/**
|
||||
* This class is a runtime engine for parsers generated by [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit).
|
||||
|
||||
Reference in New Issue
Block a user