Interface SqliteTypes
-
public interface SqliteTypes
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqliteTypes.Factory
-
Field Summary
Fields Modifier and Type Field Description static com.intellij.psi.tree.IElementTypeEXTENSION_EXPRstatic com.intellij.psi.tree.IElementTypeJSON_BINARY_OPERATORstatic com.intellij.psi.tree.IElementTypeJSON_EXPRESSIONstatic com.intellij.psi.tree.IElementTypeOVERRIDES
-
-
-
Field Detail
-
EXTENSION_EXPR
static final com.intellij.psi.tree.IElementType EXTENSION_EXPR
-
JSON_BINARY_OPERATOR
static final com.intellij.psi.tree.IElementType JSON_BINARY_OPERATOR
-
JSON_EXPRESSION
static final com.intellij.psi.tree.IElementType JSON_EXPRESSION
-
OVERRIDES
static final com.intellij.psi.tree.IElementType OVERRIDES
-
-