public interface SymbolicCharactersClause extends ASTNode
The following features are supported:
COBOLPackage.getSymbolicCharactersClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Alphabet |
getIn()
Returns the value of the 'In' reference.
|
java.util.List |
getOrdinalPositions()
Returns the value of the 'Ordinal Positions' attribute list.
|
java.util.List |
getSymbolicCharacters()
Returns the value of the 'Symbolic Characters' attribute list.
|
void |
setIn(Alphabet value)
Sets the value of the '
In' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getSymbolicCharacters()
String.
COBOLPackage.getSymbolicCharactersClause_SymbolicCharacters()java.util.List getOrdinalPositions()
Integer.
COBOLPackage.getSymbolicCharactersClause_OrdinalPositions()Alphabet getIn()
The value is the alphabet specified in the IN clause.
setIn(Alphabet),
COBOLPackage.getSymbolicCharactersClause_In()