Uses of Package
com.ibm.etools.cobol.application.model.cobol

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.
ASTNode
          The interface that is implemented by each node of the syntax tree in the COBOL model.
BaseProgram
          A representation of a base program.
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.
ClassType
          A representation of the standard class types.
CloseReelOrUnit
          A representation of the the REEL or UNIT clause in a CLOSE statement.
ConfigurationSection
          A representation of the configuration section in the environment division.
CopybookItem
          A representation of a data item in a copybook.
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.
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.
Declaratives
          A representation of the declaratives in the PROCEDURE division.
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.
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.
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.
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.
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.
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.
KeyCondition
          A representation of the KEY phrase in a START statement.
KeyConditionType
          A representation of the condition in a KEY phrase.
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.
LinkageSection
          A representation of the linkage section in the data division.
Literal
          A representation of a literal.
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 in 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.
ProcedureDivision
          A representation of 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'.
ReadDirection
          A representation of either NEXT or PREVIOUS in a READ statement.
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 pointer values.
SetProcPointersStmt
          A representation of SET statement that sets procedure pointer values.
SetStmt
          A representation of a SET statement in the PROCEDURE division.
SignType
          A representation a sign in a sign conditional expression.
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.
UnstringDelimitedClause
          A representation of the DELIMITED clause in an UNSTRING statement.
UnstringDelimiter
          A representation of a delimiter in an UNSTRING statement.
UPSISwitchBit
          A representation of the UPSI switch environment name in the SPECIAL-NAMES paragraph.
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.
WorkingStorageSection
          A representation of the working storage section in the data division.
WriteAdvancingClause
          A representation of the ADVANCING clause in a WRITE statement.