public interface ByPartialWordClause extends ASTNode
The following features are supported:
COBOLPackage.getByPartialWordClause()| 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()
If the meaning of the 'Pseudo Text1' attribute isn't clear, there really should be more of a description here...
setPseudoText1(String),
COBOLPackage.getByPartialWordClause_PseudoText1()void setPseudoText1(java.lang.String value)
Pseudo Text1' attribute.
value - the new value of the 'Pseudo Text1' attribute.getPseudoText1()java.lang.String getPseudoText2()
If the meaning of the 'Pseudo Text2' attribute isn't clear, there really should be more of a description here...
setPseudoText2(String),
COBOLPackage.getByPartialWordClause_PseudoText2()void setPseudoText2(java.lang.String value)
Pseudo Text2' attribute.
value - the new value of the 'Pseudo Text2' attribute.getPseudoText2()