|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in com.ibm.etools.cobol.application.model.cobol used by com.ibm.etools.cobol.application.model.cobol | |
|---|---|
| AbstractDataItem
A representation of a data item. |
|
| AcceptStmt
A representation of an ACCEPT statement in the PROCEDURE division. |
|
| ActualParamType
A representation of the type of parameter in the USING phrase of a CALL statement. |
|
| AddStmt
A representation of an ADD statement in the PROCEDURE division. |
|
| Alphabet
A representation of the ALPHABET clause in the SPECIAL-NAMES paragraph in the environment division. |
|
| ArithOperand
A representation of a data item used in an arithmetic statement, optionally followed by the ROUNDED keyword. |
|
| ArithStmt
A representation of an arithmetic statement in the PROCEDURE division. |
|
| AssignmentName
A representation of an assignment name in the ASSIGN TO clause of a file control entry. |
|
| AssignmentNameOrLiteral
A representation of an assignment name or literal in the ASSIGN TO clause in a file control entry. |
|
| ASTNode
The interface that is implemented by each node of the syntax tree in the COBOL model. |
|
| BaseProgram
A representation of a base program. |
|
| BlockContainsClause
A representation of the BLOCK CONTAINS clause in a file description entry. |
|
| BlockSizeUnit
A representation of the block size unit in a BLOCK CONTAINS clause in a file description entry. |
|
| Branch
A representation of the statements or NEXT SENTENCE in the ELSE and THEN clauses of an IF statement. |
|
| CharacterCodeSet
A representation of the character code set in the ALPHABET clause in the SPECIAL-NAMES paragraph. |
|
| CicsStmt
A representation of the part of an EXEC CICS statement following the EXEC CICS keywords. |
|
| ClassName
A representation of the class name in the class clause of the REPSITORY paragraph. |
|
| ClassType
A representation of the standard class types. |
|
| CloseReelOrUnit
A representation of the the REEL or UNIT clause in a CLOSE statement. |
|
| CompilerDirectingStmt
A representation of a compiler-directing statement in COBOL source, except for USE statements. |
|
| ConfigurationSection
A representation of the configuration section in the environment division. |
|
| CopybookItem
A representation of a data item in a copybook. |
|
| CopyReplacingClause
A representation of a REPLACING clause in a COPY statement. |
|
| CurrencySignClause
A representation of CURRENCY SIGN clause in the SPECIAL-NAMES paragraph. |
|
| DataCategory
A representation of the data categories that can be specified in the REPLACING clause of an INITIALIZE statement. |
|
| DataDivision
A representation of the data division. |
|
| DataItem
A representation of a data description entry in the data division. |
|
| DataRecordClause
A representation of a DATA RECORD clause in a file description entry. |
|
| DataRef
A representation of a reference to a data item in a COBOL program. |
|
| DataRefOrIndexRef
A representation of the use of a data item or index. |
|
| DataRefOrLiteral
A representation of either a literal or the name of a data item in a COBOL program. |
|
| DataRefOrLiteralOrIndexRef
A representation of a data reference, literal, or index reference. |
|
| DateFormatClause
A representation of a DATE FORMAT clause in the declaration of a data item. |
|
| Declaratives
A representation of the declaratives in the PROCEDURE division. |
|
| DeclarativesContent
A representation of a section, paragraph, sentence, or USE statement at the top level in the DECLARATIVES section. |
|
| DivideByGivingStmt
A representation of a DIVISION statement with BY and GIVING clauses. |
|
| DivideIntoGivingStmt
A representation of a DIVIDE statement with an INTO and a GIVING clause. |
|
| DivideStmt
A representation of a DIVIDE statement in the PROCEDURE division. |
|
| ElementaryDataItem
A representation of an elementary data item. |
|
| EndOfReelClause
A representation of the END OF REEL clause within the RERUN clause of the I-O-CONTROL paragraph. |
|
| EndOfUnitClause
A representation of the END OF UNIT clause within the RERUN clause in the I-O-CONTROL paragraph. |
|
| Environment
A representation of an environment. |
|
| EnvironmentDivision
A representation of the ENVIRONMENT division. |
|
| EnvironmentType
A representation of the predefined environment names. |
|
| EvaluateObject
A representation of an expression in the WHEN clause of an EVALUATE statement. |
|
| EveryRecordsClause
A representation of the every records clause within a RERUN clause in the I-O-CONTROL paragraph. |
|
| Expr
A representation of an expression in the PROCEDURE division. |
|
| ExprArithBinary
A representation of a binary arithmetic expression. |
|
| ExprArithmetic
A representation of an arithmetic expression. |
|
| ExprClassCond
A representation of a class condition. |
|
| ExprComplexCond
A representation of a complex conditional expression. |
|
| ExprConditional
A representation of a conditional expression. |
|
| ExprLogicalBinary
A representation of a binary logical expression. |
|
| ExprRelationCond
A representation of a relational condition expression. |
|
| ExprSignCond
A representation of a sign condition expression. |
|
| ExprSimpleCond
A representation of a simple conditional expression. |
|
| ExprStdClassCond
A representation of a standard class condition. |
|
| ExprUserClassCond
A representation of a user class condition. |
|
| FileAccessMode
A representation of the file access mode in file control entries. |
|
| FileAccessModeClause
A representation of the access mode clause in a file control entry. |
|
| FileControlEntry
A representation of a file control entry in the INPUT-OUTPUT section of the ENVIRONMENT division. |
|
| FileDescriptionEntry
A representation of a file description entry. |
|
| FileSection
A representation of the file section in the data division. |
|
| FormalParamType
A representation of BY REFERENCE or BY VALUE clauses in the specification of parameters. |
|
| GoToStmt
A representation of a GO TO statement in the PROCEDURE division. |
|
| GroupUsageClause
A representation of a GROUP-USAGE IS NATIONAL clause in a data description entry. |
|
| IdentificationDivision
A representation of the identification division. |
|
| IndexRef
A representation of the use of an index. |
|
| IndexVariable
A representation of an index specified in an INDEXED BY phrase in a data declaration entry. |
|
| InputOutputSection
A representation of the INPUT-OUTPUT section of the ENVIRONMENT division. |
|
| InspectBeforeOrAfterClause
A representation of a BEFORE or AFTER clause in an INSPECT statement. |
|
| InspectReplacingAllOrLeadingOrFirst
A representation of an ALL, LEADING, or FIRST clause in a REPLACING clause in an INSPECT statement. |
|
| InspectReplacingClause
A representation of a clause within the REPLACING clause of an INSPECT statement. |
|
| InspectStmt
A representation of an INSPECT statement in the PROCEDURE division. |
|
| InspectTallyingAllOrLeading
A representation of the part of the ALL or LEADING keywords in the TALLYING phrase in an INSPECT statement. |
|
| InspectTallyingComparand
A representation of the part of the TALLYING phrase following the FOR keyword in an INSPECT statement. |
|
| IOControlParagraphClause
A representation of an I-O-CONTROL paragraph clause. |
|
| IOFiles
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
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. |
|
| JavaCOBOLDataType
A representation of a special COBOL data type corresponding to a Java type in the class clause of a REPOSITORY paragraph. |
|
| KeyCondition
A representation of the KEY phrase in a START statement. |
|
| KeyConditionType
A representation of the condition in a KEY phrase. |
|
| LabelRecordsClause
A representation of the LABEL RECORDS clause of a file description entry. |
|
| Level88Item
A representation of a level 88 data item. |
|
| Level88ItemRef
A representation of a use of a level 88 data item in the PROCEDURE division. |
|
| LibraryClause
A representation of a library clause in a COPY statement. |
|
| LinageClause
A representation of the LINAGE clause in a file description entry. |
|
| LinkageSection
A representation of the linkage section in the data division. |
|
| Literal
A representation of a literal. |
|
| LiteralOrLiteralValueRange
A representation of either a single literal or a literal value range. |
|
| LiteralType
A representation of the standard literals or the type of literal. |
|
| LiteralTypedValue
A representation of a literal value. |
|
| LiteralValueListOrRange
A representation of the literals or phrases in the ALPHABET clause in the SPECIAL-NAMES paragraph in the environment division. |
|
| LocalStorageSection
A representation of the local storage section in the data division. |
|
| MemorySize
A representation of the MEMORY SIZE clause in the OBJECT-COMPUTER paragraph in the environment division. |
|
| MemorySizeUnit
A representation of the possible values for the memory size unit in the MEMORY SIZE clause of the object computer paragraph in the environment division. |
|
| MnemonicName
A representation of a mnemonic name specified in the SPECIAL-NAMES paragraph. |
|
| MoveStmt
A representation of a MOVE statement in the PROCEDURE division. |
|
| MultiplyStmt
A representation of a MULTIPLY statement in the PROCEDURE division. |
|
| NamedElement
An interface implemented by each node of the syntax tree that has a name. |
|
| ObjectComputerParagraph
A representation of the OBJECT-COMPUTER paragraph in the configuration section of the environment division. |
|
| OpenMode
A representation of the modes in an OPEN statement or EXCEPTION declarative. |
|
| Paragraph
A representation of a paragraph in the PROCEDURE division. |
|
| PerformBody
A representation of either the procedures or the statements in a PERFORM statement. |
|
| PerformIterationController
A representation of the part of a PERFORM statement that controls the execution. |
|
| PositionClause
A representation of the POSITION clause in a MULTIPLE FILE TAPE clause in the I-O-CONTROL paragraph. |
|
| ProcedureDivision
A representation of the PROCEDURE division. |
|
| ProcedureDivisionContent
A representation of a section, paragraph, or sentence at the top level in the procedure division. |
|
| ProcedureDivisionHeader
A representation of the USING and RETURNING clauses in the PROCEDURE division header. |
|
| ProcedureDivisionOrEntryStmt
A representation of the model object 'Procedure Division Or Entry Stmt'. |
|
| QualifierKeyword
A representation of the keywords that can appear in a qualifier in a qualified reference. |
|
| ReadDirection
A representation of either NEXT or no direction specified in a READ statement. |
|
| RecordClause
A representation of the RECORD clause in a file description entry. |
|
| RecordingMode
A representation of the recording modes specified in the RECORDING MODE clause of a file description entry. |
|
| RecordingModeClause
A representation of the RECORDING MODE clause in a file description entry. |
|
| RepositoryParagraph
A representation of the REPOSITORY paragraph. |
|
| ReservePhrase
A representation of the RESERVE clause in a file control entry. |
|
| SearchStmt
A representation of a SEARCH statement in the PROCEDURE division. |
|
| SearchWhenClause
A representation of a WHEN clause in a SEARCH statement. |
|
| SectionOrParagraph
A representation of either a section or a paragraph in the PROCEDURE division. |
|
| SetPointersStmt
A representation of a SET statement that sets pointers. |
|
| SetProcPointersStmt
Deprecated. Use SetPointersStmt
The following features are supported: |
|
| SetStmt
A representation of a SET statement in the PROCEDURE division. |
|
| SignType
A representation a sign in a sign conditional expression. |
|
| SimpleRef
A representation of the use of a data item in a COBOL program. |
|
| SimpleRefOrLiteral
A representation of either a simple reference to a data item
or a literal. |
|
| SourceComputerParagraph
A representation of the SOURCE-COMPUTER paragraph in the configuration section of the environment division. |
|
| SourceFile
A representation of a file that contains COBOL source. |
|
| SpecialNamesParagraph
A representation of the SPECIAL-NAMES paragraph in the CONFIGURATION section of the ENVIRONMENT division. |
|
| SpecialRegister
A representation of a special register. |
|
| Stmt
A representation of a statement in the PROCEDURE division. |
|
| StopStmt
A representation of a STOP statement in the PROCEDURE division. |
|
| SubtractStmt
A representation of a SUBTRACT statement in the PROCEDURE division. |
|
| SwitchStatusCondition
A representation of a condition name specified in the SPECIAL-NAMES paragraph. |
|
| SystemInfo
A representation of the system information that can be specified after the FROM keyword in an ACCEPT statement. |
|
| TableDataItem
A representation of a table data item. |
|
| TableSubscript
A representation of a table subscript. |
|
| TopLevelVariable
A representation of a level 1 data item or a level 77 data item in the working storage section, local storage section, and linkage section of the data division. |
|
| TopLevelVariableSet
A representation of level 1 data items and level 77 data items in the working storage section, local storage section, and linkage section of the data division. |
|
| UnitClause
A representation of the clause that specifies the block size unit in a BLOCK CONTAINS clause in a file description entry. |
|
| UnstringDelimitedClause
A representation of the DELIMITED clause in an UNSTRING statement. |
|
| UnstringDelimiter
A representation of a delimiter in an UNSTRING statement. |
|
| UPSISwitch
A representation of a UPSI switch specified in the SPECIAL-NAMES paragraph. |
|
| UPSISwitchBit
A representation of the UPSI switch environment name in the SPECIAL-NAMES paragraph. |
|
| UsageClause
A representation of the USAGE clause in the declaration of a data item. |
|
| UsageValues
Represents the possible values in the USAGE clause of a data item. |
|
| UserDefinedCharacterClass
A representation of a character class specified in the SPECIAL-NAMES paragraph. |
|
| UseStmt
A representation of a USE statement in the PROCEDURE division. |
|
| ValidatingClause
A representation of the VALIDATING clause in an XML PARSE statement. |
|
| ValueOfClause
A representation of the VALUE OF clause in a file description entry. |
|
| VaryingClause
A representation of the VARYING clause within a RECORD clause of a file description entry. |
|
| WorkingStorageSection
A representation of the working storage section in the data division. |
|
| WriteAdvancingClause
A representation of the ADVANCING clause in a WRITE statement. |
|
| XMLSchema
A representation of an XML-SCHEMA clause in the SPECIAL-NAMES paragraph. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||