public class SqlDelightColumnDefImpl extends com.squareup.sqldelight.core.lang.psi.ColumnDefMixin implements SqlDelightColumnDef
| Constructor and Description |
|---|
SqlDelightColumnDefImpl(com.intellij.lang.ASTNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(com.intellij.psi.PsiElementVisitor visitor) |
void |
accept(SqlDelightVisitor visitor) |
java.util.List<SqlDelightAnnotation> |
getAnnotationList() |
SqlDelightJavaTypeName |
getJavaTypeName() |
SqlDelightTypeName |
getTypeName() |
adapter, annotate, typeaccept, getColumnConstraintList, getColumnNamegetContainingFile, queryAvailable, tableAvailable, tablesAvailable, 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, waitgetColumnConstraintList, getColumnNamegetContainingFile, 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 SqlDelightColumnDefImpl(com.intellij.lang.ASTNode node)
public void accept(@NotNull
SqlDelightVisitor visitor)
public void accept(@NotNull
com.intellij.psi.PsiElementVisitor visitor)
accept in interface com.intellij.psi.PsiElementaccept in class com.alecstrong.sqlite.psi.core.psi.impl.SqliteColumnDefImpl@NotNull public java.util.List<SqlDelightAnnotation> getAnnotationList()
getAnnotationList in interface SqlDelightColumnDef@Nullable public SqlDelightJavaTypeName getJavaTypeName()
getJavaTypeName in interface SqlDelightColumnDef@NotNull public SqlDelightTypeName getTypeName()
getTypeName in interface com.alecstrong.sqlite.psi.core.psi.SqliteColumnDefgetTypeName in interface SqlDelightColumnDefgetTypeName in class com.squareup.sqldelight.core.lang.psi.ColumnDefMixin