• Uses of NamedElement in com.ibm.etools.cobol.application.model.cobol

      Subinterfaces of NamedElement in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  AbstractDataItem
      A representation of a data item.
      interface  AddressingItem
      Deprecated. 
      interface  AddressOf
      A representation of the ADDRESS OF special register.
      interface  Alphabet
      A representation of the ALPHABET clause in the SPECIAL-NAMES paragraph in the environment division.
      interface  AlphabeticItem
      A representation of an alphabetic data item.
      interface  AlphaNumericEditedItem
      A representation of an alphanumeric edited data item.
      interface  AlphaNumericItem
      A representation of an alphanumeric data item.
      interface  AssignmentName
      A representation of an assignment name in the ASSIGN TO clause of a file control entry.
      interface  BaseProgram
      A representation of a base program.
      interface  CicsSubeventClause
      A representation of a CICS SUBEVENT option in the DEFINE COMPOSITE EVENT command.
      interface  ClassName
      A representation of the class name in the class clause of the REPSITORY paragraph.
      interface  DataItem
      A representation of a data description entry in the data division.
      interface  DBCSItem
      A representation of a DBCS data item.
      interface  ElementaryDataItem
      A representation of an elementary data item.
      interface  FileDescriptionEntry
      A representation of a file description entry.
      interface  FixedTableDataItem
      A representation of a fixed table data item.
      interface  FuncPtrItem
      A representation of a function pointer data item.
      interface  GroupDataItem
      A representation of a group data item.
      interface  IndexVariable
      A representation of an index specified in an INDEXED BY phrase in a data declaration entry.
      interface  LengthOf
      A representation of the LENGTH OF special register.
      interface  Level66Item
      A representation of a level 66 data item.
      interface  Level88Item
      A representation of a level 88 data item.
      interface  LinageCounter
      A representation of the LINAGE COUNTER special register.
      interface  NumericEditedItem
      A representation of a numeric edited data item.
      interface  NumericItem
      A representation of a numeric data item.
      interface  ObjectReferenceItem
      A representation of an object reference.
      interface  Paragraph
      A representation of a paragraph in the PROCEDURE division.
      interface  PointerItem
      A representation of a pointer data item.
      interface  ProcPtrItem
      A representation of a procedure pointer data item.
      interface  Program
      A representation of a program.
      interface  ProgramSourceFile
      A representation of a file that contains one or more COBOL programs.
      interface  Section
      A representation of a section in the PROCEDURE division.
      interface  SectionOrParagraph
      A representation of either a section or a paragraph in the PROCEDURE division.
      interface  SourceFile
      A representation of a file that contains COBOL source.
      interface  SpecialRegister
      A representation of a special register.
      interface  SwitchStatusCondition
      A representation of a condition name specified in the SPECIAL-NAMES paragraph.
      interface  TableDataItem
      A representation of a table data item.
      interface  UnicodeEditedItem
      A representation of a Unicode edited data item (USAGE NATIONAL).
      interface  UnicodeItem
      A representation of a Unicode data item (USAGE NATIONAL).
      interface  UserDefinedCharacterClass
      A representation of a character class specified in the SPECIAL-NAMES paragraph.
      interface  VariableTableDataItem
      A representation of a variable table data item.
      interface  XMLSchema
      A representation of an XML-SCHEMA clause in the SPECIAL-NAMES paragraph.