Package app.softwork.kobol
Interface CobolProcedures
- All Superinterfaces:
com.intellij.openapi.util.Iconable,com.intellij.psi.PsiElement,com.intellij.openapi.util.UserDataHolder
- All Known Implementing Classes:
CobolProceduresImpl
public interface CobolProcedures
extends com.intellij.psi.PsiElement
-
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_VISIBILITYFields inherited from interface com.intellij.psi.PsiElement
ARRAY_FACTORY, EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescription@Nullable CobolAccepting@Nullable CobolAdding@Nullable CobolCalling@Nullable CobolClosing@NotNull CobolComments@Nullable CobolComputing@Nullable CobolCtrlgetCtrl()@Nullable CobolDisplaying@Nullable CobolEvalgetEval()@Nullable CobolExecSql@Nullable CobolIfClause@Nullable CobolInitClause@Nullable CobolMoving@Nullable CobolNextSentence@Nullable CobolOpening@Nullable CobolPerforming@Nullable CobolReading@Nullable CobolSubtracting@Nullable CobolUnstringing@Nullable CobolWritingMethods inherited from interface com.intellij.openapi.util.Iconable
getIconMethods 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, toStringMethods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
-
Method Details
-
getAccepting
-
getAdding
-
getCalling
-
getClosing
-
getComments
-
getComputing
-
getCtrl
-
getDisplaying
-
getEval
-
getExecSql
-
getIfClause
-
getInitClause
-
getMoving
-
getNextSentence
-
getOpening
-
getPerforming
-
getReading
-
getSubtracting
-
getUnstringing
-
getWriting
-