Uses of Interface
de.cau.cs.kieler.synccharts.Scope

Packages that use Scope
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.listener   
de.cau.cs.kieler.synccharts.text.kits.scoping   
de.cau.cs.kieler.synccharts.util   
 

Uses of Scope in de.cau.cs.kieler.synccharts
 

Subinterfaces of Scope in de.cau.cs.kieler.synccharts
 interface Region
          A representation of the model object 'Region'.
 interface State
          A representation of the model object 'State'.
 

Methods in de.cau.cs.kieler.synccharts that return Scope
 Scope Substitution.getParentScope()
          Returns the value of the 'Parent Scope' container reference.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Scope
 void Substitution.setParentScope(Scope value)
          Sets the value of the 'Parent Scope' container reference.
 

Uses of Scope in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement Scope
 class RegionImpl
          An implementation of the model object 'Region'.
 class ScopeImpl
          An implementation of the model object 'Scope'.
 class StateImpl
          An implementation of the model object 'State'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Scope
 Scope SubstitutionImpl.getParentScope()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Scope
 NotificationChain SubstitutionImpl.basicSetParentScope(Scope newParentScope, NotificationChain msgs)
           
 void SubstitutionImpl.setParentScope(Scope newParentScope)
           
 

Uses of Scope in de.cau.cs.kieler.synccharts.listener
 

Methods in de.cau.cs.kieler.synccharts.listener with parameters of type Scope
static String SyncchartsContentUtil.getNewUniqueString(Scope target, String prefix, UniqueStringCache cache)
          Determine a new unique ID for a given Scope (e.g.
 

Uses of Scope in de.cau.cs.kieler.synccharts.text.kits.scoping
 

Fields in de.cau.cs.kieler.synccharts.text.kits.scoping declared as Scope
static Scope KitsEmbeddedScopeProvider.logicalContainer
           
 

Methods in de.cau.cs.kieler.synccharts.text.kits.scoping with parameters of type Scope
protected  List<org.eclipse.xtext.resource.IEObjectDescription> KitsScopeProvider.scope_Signal(EObject obj, EReference reference, Scope logicalContainer)
          More generic scoping implementation that can be re-used.
protected  List<org.eclipse.xtext.resource.IEObjectDescription> KitsScopeProvider.scope_ValuedObject(EObject obj, EReference reference, Scope logicalContainer)
          More generic scoping implementation that can be re-used.
protected  List<org.eclipse.xtext.resource.IEObjectDescription> KitsScopeProvider.scope_Variable(EObject obj, EReference reference, Scope logicalContainer)
          More generic scoping implementation that can be re-used.
 

Uses of Scope in de.cau.cs.kieler.synccharts.util
 

Methods in de.cau.cs.kieler.synccharts.util with parameters of type Scope
 T SyncchartsSwitch.caseScope(Scope object)
          Returns the result of interpreting the object as an instance of 'Scope'.