public interface ByClause extends ASTNode
The following features are supported:
COBOLPackage.getByClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPseudoText1()
Returns the value of the 'Pseudo Text1' attribute.
|
java.lang.String |
getPseudoText2()
Returns the value of the 'Pseudo Text2' attribute.
|
void |
setPseudoText1(java.lang.String value)
Sets the value of the '
Pseudo Text1' attribute. |
void |
setPseudoText2(java.lang.String value)
Sets the value of the '
Pseudo Text2' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getPseudoText1()
The value is the text that appears before the BY keyword.
setPseudoText1(String),
COBOLPackage.getByClause_PseudoText1()void setPseudoText1(java.lang.String value)
Pseudo Text1' attribute.
value - the new value of the 'Pseudo Text1' attribute.getPseudoText1()java.lang.String getPseudoText2()
The value is the text that appears after the BY keyword.
setPseudoText2(String),
COBOLPackage.getByClause_PseudoText2()void setPseudoText2(java.lang.String value)
Pseudo Text2' attribute.
value - the new value of the 'Pseudo Text2' attribute.getPseudoText2()