public interface Operator extends OperatorIdentifier
The following features are supported:
SsmePackage.getOperator()
Modifier and Type | Method and Description |
---|---|
OperatorKind |
getOperatorKind()
Returns the value of the 'Operator Kind' attribute.
|
void |
setOperatorKind(OperatorKind value)
Sets the value of the '
Operator Kind ' attribute |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
OperatorKind getOperatorKind()
OperatorKind
.
If the meaning of the 'Operator Kind' attribute isn't clear, there really should be more of a description here...
OperatorKind
,
setOperatorKind(OperatorKind)
,
SsmePackage.getOperator_OperatorKind()
void setOperatorKind(OperatorKind value)
Operator Kind
' attribute.
value
- the new value of the 'Operator Kind' attribute.OperatorKind
,
getOperatorKind()