|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableDecl | |
---|---|
de.cau.cs.kieler.esterel.esterel | |
de.cau.cs.kieler.esterel.esterel.impl | |
de.cau.cs.kieler.esterel.esterel.util |
Uses of VariableDecl in de.cau.cs.kieler.esterel.esterel |
---|
Methods in de.cau.cs.kieler.esterel.esterel that return VariableDecl | |
---|---|
VariableDecl |
EsterelFactory.createVariableDecl()
Returns a new object of class 'Variable Decl'. |
VariableDecl |
VariableDecl.getLeft()
Returns the value of the 'Left' containment reference. |
VariableDecl |
Variable.getVarDecl()
Returns the value of the 'Var Decl' containment reference. |
Methods in de.cau.cs.kieler.esterel.esterel with parameters of type VariableDecl | |
---|---|
void |
VariableDecl.setLeft(VariableDecl value)
Sets the value of the ' Left ' containment reference. |
void |
Variable.setVarDecl(VariableDecl value)
Sets the value of the ' Var Decl ' containment reference. |
Uses of VariableDecl in de.cau.cs.kieler.esterel.esterel.impl |
---|
Classes in de.cau.cs.kieler.esterel.esterel.impl that implement VariableDecl | |
---|---|
class |
VariableDeclImpl
An implementation of the model object 'Variable Decl'. |
Fields in de.cau.cs.kieler.esterel.esterel.impl declared as VariableDecl | |
---|---|
protected VariableDecl |
VariableDeclImpl.left
The cached value of the ' Left ' containment reference. |
protected VariableDecl |
VariableImpl.varDecl
The cached value of the ' Var Decl ' containment reference. |
Methods in de.cau.cs.kieler.esterel.esterel.impl that return VariableDecl | |
---|---|
VariableDecl |
EsterelFactoryImpl.createVariableDecl()
|
VariableDecl |
VariableDeclImpl.getLeft()
|
VariableDecl |
VariableImpl.getVarDecl()
|
Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type VariableDecl | |
---|---|
NotificationChain |
VariableDeclImpl.basicSetLeft(VariableDecl newLeft,
NotificationChain msgs)
|
NotificationChain |
VariableImpl.basicSetVarDecl(VariableDecl newVarDecl,
NotificationChain msgs)
|
void |
VariableDeclImpl.setLeft(VariableDecl newLeft)
|
void |
VariableImpl.setVarDecl(VariableDecl newVarDecl)
|
Uses of VariableDecl in de.cau.cs.kieler.esterel.esterel.util |
---|
Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type VariableDecl | |
---|---|
T |
EsterelSwitch.caseVariableDecl(VariableDecl object)
Returns the result of interpreting the object as an instance of 'Variable Decl'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |