Uses of Interface
de.cau.cs.kieler.esterel.esterel.VariableList

Packages that use VariableList
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of VariableList in de.cau.cs.kieler.esterel.esterel
 

Methods in de.cau.cs.kieler.esterel.esterel that return VariableList
 VariableList EsterelFactory.createVariableList()
          Returns a new object of class 'Variable List'.
 VariableList VariableList.getLeft()
          Returns the value of the 'Left' containment reference.
 VariableList VariableDecl.getVarList()
          Returns the value of the 'Var List' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type VariableList
 void VariableList.setLeft(VariableList value)
          Sets the value of the 'Left' containment reference.
 void VariableDecl.setVarList(VariableList value)
          Sets the value of the 'Var List' containment reference.
 

Uses of VariableList in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement VariableList
 class VariableListImpl
          An implementation of the model object 'Variable List'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as VariableList
protected  VariableList VariableListImpl.left
          The cached value of the 'Left' containment reference.
protected  VariableList VariableDeclImpl.varList
          The cached value of the 'Var List' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return VariableList
 VariableList EsterelFactoryImpl.createVariableList()
           
 VariableList VariableListImpl.getLeft()
           
 VariableList VariableDeclImpl.getVarList()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type VariableList
 NotificationChain VariableListImpl.basicSetLeft(VariableList newLeft, NotificationChain msgs)
           
 NotificationChain VariableDeclImpl.basicSetVarList(VariableList newVarList, NotificationChain msgs)
           
 void VariableListImpl.setLeft(VariableList newLeft)
           
 void VariableDeclImpl.setVarList(VariableList newVarList)
           
 

Uses of VariableList in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type VariableList
 T EsterelSwitch.caseVariableList(VariableList object)
          Returns the result of interpreting the object as an instance of 'Variable List'.