de.cau.cs.kieler.krep.editors.klp.klp
Interface Binop

All Superinterfaces:
EObject, Instruction, Notifier
All Known Implementing Classes:
BinopImpl

public interface Binop
extends Instruction

A representation of the model object 'Binop'.

The following features are supported:

See Also:
KlpPackage.getBinop()
Rating red
Generated:
This code was automatically generated.
Model element

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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOp

Operator getOp()
Returns the value of the 'Op' attribute. The literals are from the enumeration Operator.

If the meaning of the 'Op' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Op' attribute.
See Also:
Operator, setOp(Operator), KlpPackage.getBinop_Op()
Generated:
This code was automatically generated.
Model element

setOp

void setOp(Operator value)
Sets the value of the 'Op' attribute.

Parameters:
value - the new value of the 'Op' attribute.
See Also:
Operator, getOp()
Generated:
This code was automatically generated.

getTo

Reg getTo()
Returns the value of the 'To' reference.

If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'To' reference.
See Also:
setTo(Reg), KlpPackage.getBinop_To()
Generated:
This code was automatically generated.
Model element

setTo

void setTo(Reg value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated:
This code was automatically generated.

getArg1

Read getArg1()
Returns the value of the 'Arg1' containment reference.

If the meaning of the 'Arg1' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Arg1' containment reference.
See Also:
setArg1(Read), KlpPackage.getBinop_Arg1()
Generated:
This code was automatically generated.
Model element:
containment=true

setArg1

void setArg1(Read value)
Sets the value of the 'Arg1' containment reference.

Parameters:
value - the new value of the 'Arg1' containment reference.
See Also:
getArg1()
Generated:
This code was automatically generated.

getArg2

Read getArg2()
Returns the value of the 'Arg2' containment reference.

If the meaning of the 'Arg2' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Arg2' containment reference.
See Also:
setArg2(Read), KlpPackage.getBinop_Arg2()
Generated:
This code was automatically generated.
Model element:
containment=true

setArg2

void setArg2(Read value)
Sets the value of the 'Arg2' containment reference.

Parameters:
value - the new value of the 'Arg2' containment reference.
See Also:
getArg2()
Generated:
This code was automatically generated.

getVal

int getVal()
Returns the value of the 'Val' attribute.

If the meaning of the 'Val' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Val' attribute.
See Also:
setVal(int), KlpPackage.getBinop_Val()
Generated:
This code was automatically generated.
Model element

setVal

void setVal(int value)
Sets the value of the 'Val' attribute.

Parameters:
value - the new value of the 'Val' attribute.
See Also:
getVal()
Generated:
This code was automatically generated.