public interface ExprArithUnaryMinus extends ExprArithmetic
The following features are supported:
COBOLPackage.getExprArithUnaryMinus()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getArg()
Returns the value of the 'Arg' containment reference.
|
void |
setArg(Expr value)
Sets the value of the '
Arg' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
Expr getArg()
The value is a representation of the expression following the minus token.
setArg(Expr),
COBOLPackage.getExprArithUnaryMinus_Arg()