Interface SqliteExtensionExpr
-
- All Superinterfaces:
com.intellij.openapi.util.Iconable,com.intellij.psi.PsiElement,com.alecstrong.sql.psi.core.psi.SqlAnnotatedElement,com.alecstrong.sql.psi.core.psi.SqlCompositeElement,com.alecstrong.sql.psi.core.psi.SqlExpr,com.alecstrong.sql.psi.core.psi.SqlExtensionExpr,com.intellij.openapi.util.UserDataHolder
- All Known Implementing Classes:
SqliteExtensionExprImpl
public interface SqliteExtensionExpr extends com.alecstrong.sql.psi.core.psi.SqlExtensionExpr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull SqliteJsonExpressiongetJsonExpression()-
Methods inherited from interface com.intellij.psi.PsiElement
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getOwnDeclarations, getOwnReferences, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getTextRangeInParent, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toString
-
-
-
-
Method Detail
-
getJsonExpression
@NotNull @NotNull SqliteJsonExpression getJsonExpression()
-
-