com.ibm.etools.cobol.application.model.cobol

Interface SymbolicCharactersClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface SymbolicCharactersClause
    extends ASTNode
    A representation of the SYMBOLIC CHARACTERS clause in the SPECIAL-NAMES paragraph.

    The following features are supported:

    See Also:
    COBOLPackage.getSymbolicCharactersClause()
    • Method Detail

      • getSymbolicCharacters

        java.util.List getSymbolicCharacters()
        Returns the value of the 'Symbolic Characters' attribute list. The list contents are of type String.

        Returns:
        the value of the 'Symbolic Characters' attribute list.
        See Also:
        COBOLPackage.getSymbolicCharactersClause_SymbolicCharacters()
      • getOrdinalPositions

        java.util.List getOrdinalPositions()
        Returns the value of the 'Ordinal Positions' attribute list. The list contents are of type Integer.

        Returns:
        the value of the 'Ordinal Positions' attribute list.
        See Also:
        COBOLPackage.getSymbolicCharactersClause_OrdinalPositions()
      • getIn

        Alphabet getIn()
        Returns the value of the 'In' reference.

        The value is the alphabet specified in the IN clause.

        Returns:
        the value of the 'In' reference.
        See Also:
        setIn(Alphabet), COBOLPackage.getSymbolicCharactersClause_In()
      • setIn

        void setIn(Alphabet value)
        Sets the value of the 'In' reference.
        Parameters:
        value - the new value of the 'In' reference.
        See Also:
        getIn()