A B C D E F G I K L M N O P R S T U V W

I

IdentificationDivision - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the identification division.
IfThenElseStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an IF statement in the PROCEDURE division.
IndexedFileControlEntry - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a file control entry for a file with indexed organization.
IndexRef - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the use of an index.
IndexSubscript - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a subscript that is an index variable.
IndexVariable - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an index specified in an INDEXED BY phrase in a data declaration entry.
InitializeStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INITIALIZE statement in the PROCEDURE division.
InputOutputSection - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the INPUT-OUTPUT section of the ENVIRONMENT division.
InspectAfterClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an AFTER clause in an INSPECT statement.
InspectBeforeClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a BEFORE clause in an INSPECT statement.
InspectBeforeOrAfterClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a BEFORE or AFTER clause in an INSPECT statement.
InspectConvertingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INSPECT statement with a CONVERTING clause.
InspectReplacingAll - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the ALL clause in a REPLACING clause in an INSPECT statement.
InspectReplacingAllOrLeadingOrFirst - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an ALL, LEADING, or FIRST clause in a REPLACING clause in an INSPECT statement.
InspectReplacingAllOrLeadingOrFirstClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the part of an ALL, LEADING, or FIRST clause after the first keyword within the REPLACING clause of an INSPECT statement.
InspectReplacingCharactersBy - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INSPECT statement with a CHARACTERS BY clause.
InspectReplacingClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a clause within the REPLACING clause of an INSPECT statement.
InspectReplacingFirst - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a FIRST clause in a REPLACING clause in an INSPECT statement.
InspectReplacingLeading - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a LEADING clause in a REPLACING clause in an INSPECT statement.
InspectReplacingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INSPECT statement with a REPLACING clause.
InspectStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INSPECT statement in the PROCEDURE division.
InspectTallyingAll - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the part of the TALLYING phrase after the ALL keyword in an INSPECT statement.
InspectTallyingAllOrLeading - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the part of the ALL or LEADING keywords in the TALLYING phrase in an INSPECT statement.
InspectTallyingAllOrLeadingClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an ALL or LEADING clause in a TALLYING phrase in an INSPECT statement.
InspectTallyingCharacters - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the CHARACTERS clause in the TALLYING phrase in an INSPECT statement.
InspectTallyingClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the TALLYING phrase in an INSPECT statement.
InspectTallyingComparand - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the part of the TALLYING phrase following the FOR keyword in an INSPECT statement.
InspectTallyingLeading - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the part of the TALLYING phrase after the LEADING keyword in an INSPECT statement.
InspectTallyingReplacingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INSPECT statement with TALLYING and REPLACING phrases.
InspectTallyingStmt - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an INSPECT statement with a TALLYING clause.
IntSubscript - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a table subscript that is an integer literal.
IOFiles - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the files specified in the USING clause in a MERGE or SORT statement, or the GIVING clause in a SORT statement.
IOFilesOrProcedure - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of either the files in the GIVING clause or the procedures in the OUTPUT PROCEDURE clause of the MERGE and SORT statements, or the USING and INPUT PROCEDURE clauses in the SORT statement.
IOProcedure - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of the procedures in the OUTPUT PROCEDURE clause in the MERGE and SORT statements, and the INPUT PROCEDURE clause in a SORT statement.
isAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.UnstringDelimiter
Returns the value of the 'All' attribute.
isAllProcedures() - Method in interface com.ibm.etools.cobol.application.model.cobol.DebuggingUseStmt
Returns the value of the 'All Procedures' attribute.
isAscending() - Method in interface com.ibm.etools.cobol.application.model.cobol.OnKeyClause
Returns the value of the 'Ascending' attribute.
isAutomaticLockMode() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
Returns the value of the 'Automatic Lock Mode' attribute.
isBeforeAdvancing() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteAdvancingClause
Returns the value of the 'Before Advancing' attribute.
isBlankWhenZero() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericEditedItem
Returns the value of the 'Blank When Zero' attribute.
isDecimal() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericEditedItem
Returns the value of the 'Decimal' attribute.
isDecimal() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
 
isDecimalPointIsComma() - Method in interface com.ibm.etools.cobol.application.model.cobol.SpecialNamesParagraph
Returns the value of the 'Decimal Point Is Comma' attribute.
isDelimitedBySize() - Method in interface com.ibm.etools.cobol.application.model.cobol.StringClause
Returns the value of the 'Delimited By Size' attribute.
isForRemoval() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseReelOrUnit
Returns the value of the 'For Removal' attribute.
isGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
Returns the value of the 'Global' attribute.
isInitial() - Method in interface com.ibm.etools.cobol.application.model.cobol.InspectBeforeOrAfterClause
Returns the value of the 'Initial' attribute.
isIsAll() - Method in interface com.ibm.etools.cobol.application.model.cobol.LiteralTypedValue
Returns the value of the 'Is All' attribute.
isIsAscending() - Method in interface com.ibm.etools.cobol.application.model.cobol.TableKeyInfo
Returns the value of the 'Is Ascending' attribute.
isIsCommon() - Method in interface com.ibm.etools.cobol.application.model.cobol.IdentificationDivision
Returns the value of the 'Is Common' attribute.
isIsExternal() - Method in interface com.ibm.etools.cobol.application.model.cobol.Level01Item
Returns the value of the 'Is External' attribute.
isIsFiller() - Method in interface com.ibm.etools.cobol.application.model.cobol.DataItem
Returns the value of the 'Is Filler' attribute.
isIsGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.Level01Item
Returns the value of the 'Is Global' attribute.
isIsInitial() - Method in interface com.ibm.etools.cobol.application.model.cobol.IdentificationDivision
Returns the value of the 'Is Initial' attribute.
isIsOptional() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
Returns the value of the 'Is Optional' attribute.
isIsRecursive() - Method in interface com.ibm.etools.cobol.application.model.cobol.IdentificationDivision
Returns the value of the 'Is Recursive' attribute.
isJustifyRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.AlphabeticItem
Returns the value of the 'Justify Right' attribute.
isJustifyRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.AlphaNumericItem
Returns the value of the 'Justify Right' attribute.
isNextSentence() - Method in interface com.ibm.etools.cobol.application.model.cobol.Branch
Returns the value of the 'Next Sentence' attribute.
isNoHandle() - Method in interface com.ibm.etools.cobol.application.model.cobol.CicsStmt
Returns the value of the 'No Handle' attribute.
isNot() - Method in interface com.ibm.etools.cobol.application.model.cobol.EvaluateExprRange
Returns the value of the 'Not' attribute.
isOn() - Method in interface com.ibm.etools.cobol.application.model.cobol.SetSwitchesClause
Returns the value of the 'On' attribute.
isPage() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteAdvancingClause
Returns the value of the 'Page' attribute.
isReversed() - Method in interface com.ibm.etools.cobol.application.model.cobol.OpenObject
Returns the value of the 'Reversed' attribute.
isRounded() - Method in interface com.ibm.etools.cobol.application.model.cobol.ArithOperand
Returns the value of the 'Rounded' attribute.
isSigned() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
Returns the value of the 'Signed' attribute.
isSignLeading() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
Returns the value of the 'Sign Leading' attribute.
isSignSeparate() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
Returns the value of the 'Sign Separate' attribute.
isSort() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry
Returns the value of the 'Sort' attribute.
isSynchronized() - Method in interface com.ibm.etools.cobol.application.model.cobol.ElementaryDataItem
Returns the value of the 'Synchronized' attribute.
isTestAfter() - Method in interface com.ibm.etools.cobol.application.model.cobol.PIControllerUntil
Returns the value of the 'Test After' attribute.
isTestAfter() - Method in interface com.ibm.etools.cobol.application.model.cobol.PIControllerVarying
Returns the value of the 'Test After' attribute.
isUp() - Method in interface com.ibm.etools.cobol.application.model.cobol.SetAdjustIndicesStmt
Returns the value of the 'Up' attribute.
isWithDebuggingMode() - Method in interface com.ibm.etools.cobol.application.model.cobol.SourceComputerParagraph
Returns the value of the 'With Debugging Mode' attribute.
isWithDuplicates() - Method in interface com.ibm.etools.cobol.application.model.cobol.AlternateKeyClause
Returns the value of the 'With Duplicates' attribute.
isWithDuplicatesInOrder() - Method in interface com.ibm.etools.cobol.application.model.cobol.SortStmt
Returns the value of the 'With Duplicates In Order' attribute.
isWithLock() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseObject
Returns the value of the 'With Lock' attribute.
isWithLockOnRecord() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
Returns the value of the 'With Lock On Record' attribute.
isWithNoAdvancing() - Method in interface com.ibm.etools.cobol.application.model.cobol.DisplayStmt
Returns the value of the 'With No Advancing' attribute.
isWithNoRewind() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseObject
Returns the value of the 'With No Rewind' attribute.
isWithNoRewind() - Method in interface com.ibm.etools.cobol.application.model.cobol.CloseReelOrUnit
Returns the value of the 'With No Rewind' attribute.
isWithNoRewind() - Method in interface com.ibm.etools.cobol.application.model.cobol.OpenObject
Returns the value of the 'With No Rewind' attribute.

A B C D E F G I K L M N O P R S T U V W