Interface CobolVariable

All Superinterfaces:
app.softwork.kobol.named.CobolNamedElement, com.intellij.openapi.util.Iconable, com.intellij.psi.PsiElement, com.intellij.psi.PsiNamedElement, com.intellij.psi.PsiNameIdentifierOwner, com.intellij.openapi.util.UserDataHolder
All Known Implementing Classes:
app.softwork.kobol.named.CobolVariableElementImpl, CobolVariableImpl

public interface CobolVariable extends app.softwork.kobol.named.CobolNamedElement
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.intellij.openapi.util.Iconable

    com.intellij.openapi.util.Iconable.IconFlags
  • Field Summary

    Fields inherited from interface com.intellij.openapi.util.Iconable

    ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY

    Fields inherited from interface com.intellij.psi.PsiElement

    ARRAY_FACTORY

    Fields inherited from interface com.intellij.psi.PsiNamedElement

    EMPTY_ARRAY
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull List<CobolExpr>
     
    @Nullable CobolOfClause
     
    @NotNull com.intellij.psi.PsiElement
     

    Methods inherited from interface app.softwork.kobol.named.CobolNamedElement

    getName

    Methods inherited from interface com.intellij.openapi.util.Iconable

    getIcon

    Methods inherited from interface com.intellij.psi.PsiElement

    accept, acceptChildren, 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, 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

    Methods inherited from interface com.intellij.psi.PsiNamedElement

    setName

    Methods inherited from interface com.intellij.psi.PsiNameIdentifierOwner

    getIdentifyingElement, getNameIdentifier

    Methods inherited from interface com.intellij.openapi.util.UserDataHolder

    getUserData, putUserData
  • Method Details

    • getExprList

      @NotNull @NotNull List<CobolExpr> getExprList()
    • getOfClause

      @Nullable @Nullable CobolOfClause getOfClause()
    • getVarName

      @NotNull @NotNull com.intellij.psi.PsiElement getVarName()