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

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

public interface Decl
extends Instruction

A representation of the model object 'Decl'.

The following features are supported:

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

Method Summary
 Reg getReg()
          Returns the value of the 'Reg' reference.
 Scope getScope()
          Returns the value of the 'Scope' attribute.
 void setReg(Reg value)
          Sets the value of the 'Reg' reference.
 void setScope(Scope value)
          Sets the value of the 'Scope' 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

getScope

Scope getScope()
Returns the value of the 'Scope' attribute. The literals are from the enumeration Scope.

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

Returns:
the value of the 'Scope' attribute.
See Also:
Scope, setScope(Scope), KlpPackage.getDecl_Scope()
Generated:
This code was automatically generated.
Model element

setScope

void setScope(Scope value)
Sets the value of the 'Scope' attribute.

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

getReg

Reg getReg()
Returns the value of the 'Reg' reference.

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

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

setReg

void setReg(Reg value)
Sets the value of the 'Reg' reference.

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