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

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.
ImplicitDataRef - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of a reference to a data item that is implicitly declared.
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.
IOControlParagraphClause - Interface in com.ibm.etools.cobol.application.model.cobol
A representation of an I-O-CONTROL paragraph clause.
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.
isAttributesUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLGenerateStmt
Returns the value of the 'Attributes Used' attribute.
isAutomaticLockMode() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileControlEntry
Deprecated. This was a superfluous method.

isBeforeAdvancing() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteAdvancingClause
Returns the value of the 'Before Advancing' attribute.
isBeginning() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
Returns the value of the 'Beginning' 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
Deprecated. This method was superfluous.

isDecimal() - Method in interface com.ibm.etools.cobol.application.model.cobol.NumericItem
Deprecated. This method was superfluous.

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.
isEndAddUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.AddStmt
Returns the value of the 'End Add Used' attribute.
isEndCallUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CallStmt
Returns the value of the 'End Call Used' attribute.
isEndComputeUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ComputeStmt
Returns the value of the 'End Compute Used' attribute.
isEndDeleteUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.DeleteStmt
Returns the value of the 'End Delete Used' attribute.
isEndDivideUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.DivideStmt
Returns the value of the 'End Divide Used' attribute.
isEndEvaluateUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.EvaluateStmt
Returns the value of the 'End Evaluate Used' attribute.
isEndIfUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.IfThenElseStmt
Returns the value of the 'End If Used' attribute.
isEnding() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
Returns the value of the 'Ending' attribute.
isEndMultiplyUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.MultiplyStmt
Returns the value of the 'End Multiply Used' attribute.
isEndPerformUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.PerformStmt
Returns the value of the 'End Perform Used' attribute.
isEndReadUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ReadStmt
Returns the value of the 'End Read Used' attribute.
isEndReturnUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.ReturnStmt
Returns the value of the 'End Return Used' attribute.
isEndRewriteUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.RewriteStmt
Returns the value of the 'End Rewrite Used' attribute.
isEndSearchUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.SearchStmt
Returns the value of the 'End Search Used' attribute.
isEndStartUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.StartStmt
Returns the value of the 'End Start Used' attribute.
isEndStringUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.StringStmt
Returns the value of the 'End String Used' attribute.
isEndSubtractUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.SubtractStmt
Returns the value of the 'End Subtract Used' attribute.
isEndUnstringUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.UnstringStmt
Returns the value of the 'End Unstring Used' attribute.
isEndWriteUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.WriteStmt
Returns the value of the 'End Write Used' attribute.
isEndXMLUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLGenerateStmt
Returns the value of the 'End XML Used' attribute.
isEndXMLUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLParseStmt
Returns the value of the 'End XML Used' attribute.
isError() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
Returns the value of the 'Error' attribute.
isException() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
Returns the value of the 'Exception' attribute.
isExternal() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry
Returns the value of the 'External' attribute.
isFile() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
Returns the value of the 'File' 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.
isGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.FileDescriptionEntry
Returns the value of the 'Global' attribute.
isGlobal() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
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.
isJustifiedRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.DBCSItem
Returns the value of the 'Justified Right' attribute.
isJustifiedRight() - Method in interface com.ibm.etools.cobol.application.model.cobol.UnicodeItem
Returns the value of the 'Justified Right' 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.
isNative() - Method in interface com.ibm.etools.cobol.application.model.cobol.UsageClause
Returns the value of the 'Native' 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.EvaluateExpr
Returns the value of the 'Not' attribute.
isNot() - Method in interface com.ibm.etools.cobol.application.model.cobol.EvaluateExprRange
Returns the value of the 'Not' attribute.
isOmitted() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelRecordsClause
Returns the value of the 'Omitted' 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.
isReel() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
Returns the value of the 'Reel' attribute.
isReturningNational() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLParseStmt
Returns the value of the 'Returning National' 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.
isStandard() - Method in interface com.ibm.etools.cobol.application.model.cobol.ExceptionUseStmt
Returns the value of the 'Standard' attribute.
isStandard() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelRecordsClause
Returns the value of the 'Standard' attribute.
isStandard() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
Returns the value of the 'Standard' attribute.
isSuppressUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.CopyStmt
Returns the value of the 'Suppress Used' 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.
isUnit() - Method in interface com.ibm.etools.cobol.application.model.cobol.LabelUseStmt
Returns the value of the 'Unit' 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
Deprecated. This was a superfluous method.

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.
isXmlDeclarationUsed() - Method in interface com.ibm.etools.cobol.application.model.cobol.XMLGenerateStmt
Returns the value of the 'Xml Declaration Used' attribute.

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