public class SqlDelightAnnotationValueImpl extends com.intellij.extapi.psi.ASTWrapperPsiElement implements SqlDelightAnnotationValue
| Constructor and Description |
|---|
SqlDelightAnnotationValueImpl(com.intellij.lang.ASTNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(com.intellij.psi.PsiElementVisitor visitor) |
void |
accept(SqlDelightVisitor visitor) |
SqlDelightAnnotation |
getAnnotation() |
java.util.List<SqlDelightAnnotationValue> |
getAnnotationValueList() |
SqlDelightJavaTypeName |
getJavaTypeName() |
getNode, getParent, 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, getContainingFile, 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, waitacceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, 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 SqlDelightAnnotationValueImpl(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.intellij.psi.impl.PsiElementBase@Nullable public SqlDelightAnnotation getAnnotation()
getAnnotation in interface SqlDelightAnnotationValue@NotNull public java.util.List<SqlDelightAnnotationValue> getAnnotationValueList()
getAnnotationValueList in interface SqlDelightAnnotationValue@Nullable public SqlDelightJavaTypeName getJavaTypeName()
getJavaTypeName in interface SqlDelightAnnotationValue