|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binop
A representation of the model object 'Binop'.
The following features are supported:
KlpPackage.getBinop()
Method Summary | |
---|---|
Read |
getArg1()
Returns the value of the 'Arg1' containment reference. |
Read |
getArg2()
Returns the value of the 'Arg2' containment reference. |
Operator |
getOp()
Returns the value of the 'Op' attribute. |
Reg |
getTo()
Returns the value of the 'To' reference. |
int |
getVal()
Returns the value of the 'Val' attribute. |
void |
setArg1(Read value)
Sets the value of the ' Arg1 ' containment reference. |
void |
setArg2(Read value)
Sets the value of the ' Arg2 ' containment reference. |
void |
setOp(Operator value)
Sets the value of the ' Op ' attribute. |
void |
setTo(Reg value)
Sets the value of the ' To ' reference. |
void |
setVal(int value)
Sets the value of the ' Val ' attribute. |
Methods inherited from interface de.cau.cs.kieler.krep.editors.klp.klp.Instruction |
---|
getOpcode0, getOpcode1, getOpcode2, getOpcode3, setOpcode0, setOpcode1, setOpcode2, setOpcode3 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Operator getOp()
Operator
.
If the meaning of the 'Op' attribute isn't clear, there really should be more of a description here...
Operator
,
setOp(Operator)
,
KlpPackage.getBinop_Op()
void setOp(Operator value)
Op
' attribute.
value
- the new value of the 'Op' attribute.Operator
,
getOp()
Reg getTo()
If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
setTo(Reg)
,
KlpPackage.getBinop_To()
void setTo(Reg value)
To
' reference.
value
- the new value of the 'To' reference.getTo()
Read getArg1()
If the meaning of the 'Arg1' containment reference isn't clear, there really should be more of a description here...
setArg1(Read)
,
KlpPackage.getBinop_Arg1()
containment | = | true |
void setArg1(Read value)
Arg1
' containment reference.
value
- the new value of the 'Arg1' containment reference.getArg1()
Read getArg2()
If the meaning of the 'Arg2' containment reference isn't clear, there really should be more of a description here...
setArg2(Read)
,
KlpPackage.getBinop_Arg2()
containment | = | true |
void setArg2(Read value)
Arg2
' containment reference.
value
- the new value of the 'Arg2' containment reference.getArg2()
int getVal()
If the meaning of the 'Val' attribute isn't clear, there really should be more of a description here...
setVal(int)
,
KlpPackage.getBinop_Val()
void setVal(int value)
Val
' attribute.
value
- the new value of the 'Val' attribute.getVal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |