public class SqliteCompoundSelectStmtImpl extends com.alecstrong.sqlite.psi.core.psi.mixins.CompoundSelectStmtMixin implements SqliteCompoundSelectStmt
| Constructor and Description |
|---|
SqliteCompoundSelectStmtImpl(com.intellij.lang.ASTNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(com.intellij.psi.PsiElementVisitor visitor) |
void |
accept(SqliteVisitor visitor) |
java.util.List<SqliteCompoundOperator> |
getCompoundOperatorList() |
java.util.List<SqliteLimitingTerm> |
getLimitingTermList() |
java.util.List<SqliteOrderingTerm> |
getOrderingTermList() |
java.util.List<SqliteSelectStmt> |
getSelectStmtList() |
SqliteWithClause |
getWithClause() |
annotate, queryAvailable, queryExposed, tablesAvailabletablesExposedgetContainingFile, tableAvailable, toStringadd, addAfter, addBefore, addInternal, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildInternal, deleteChildRange, findChildByFilter, findChildByType, findChildByType, findChildrenByType, findChildrenByType, findChildrenByType, findChildrenByType, findElementAt, findLastChildByType, findNotNullChildByType, findNotNullChildByType, getChildren, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNextSibling, getPrevSibling, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, putCopyableUserData, replace, replaceChildInternal, subtreeChanged, textContains, textToCharArrayacceptChildren, canNavigate, canNavigateToSource, findChildByClass, findChildrenByClass, findNotNullChildByClass, findReferenceAt, getContext, getName, getNavigationElement, getOriginalElement, getPresentation, getProject, getReference, getReferences, getResolveScope, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, navigate, notNullChild, processDeclarations, textMatches, textMatchesbuildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, getElementIcon, getIcon, iconWithVisibilityIfNeeded, isNativeFileType, isVisibilitySupported, overlayIcons, registerIconLayer, transformFlagschangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContainingFile, queryAvailable, tablesAvailableacceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toStringpublic SqliteCompoundSelectStmtImpl(com.intellij.lang.ASTNode node)
public void accept(@NotNull
SqliteVisitor visitor)
public void accept(@NotNull
com.intellij.psi.PsiElementVisitor visitor)
accept in interface com.intellij.psi.PsiElementaccept in class com.intellij.psi.impl.PsiElementBase@NotNull public java.util.List<SqliteCompoundOperator> getCompoundOperatorList()
getCompoundOperatorList in interface SqliteCompoundSelectStmt@NotNull public java.util.List<SqliteLimitingTerm> getLimitingTermList()
getLimitingTermList in interface SqliteCompoundSelectStmt@NotNull public java.util.List<SqliteOrderingTerm> getOrderingTermList()
getOrderingTermList in interface SqliteCompoundSelectStmt@NotNull public java.util.List<SqliteSelectStmt> getSelectStmtList()
getSelectStmtList in interface SqliteCompoundSelectStmt@Nullable public SqliteWithClause getWithClause()
getWithClause in interface SqliteCompoundSelectStmtgetWithClause in class com.alecstrong.sqlite.psi.core.psi.mixins.WithClauseContainer