de.cau.cs.kieler.synccharts.text.kits.scoping
Class KitsScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
de.cau.cs.kieler.synccharts.text.kits.scoping.KitsScopeProvider
- All Implemented Interfaces:
- org.eclipse.xtext.scoping.IScopeProvider
public class KitsScopeProvider
- extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
This class contains custom scoping description.
- Rating

Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider |
logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER |
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider |
delegateGetScope, getDelegate, getErrorHandler, getPredicate, getPredicate, getScope, polymorphicFindScopeForClassName, polymorphicFindScopeForReferenceName, setDelegate, setErrorHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KitsScopeProvider
public KitsScopeProvider()
scope_Transition_targetState
public org.eclipse.xtext.scoping.IScope scope_Transition_targetState(Transition trans,
EReference reference)
- A implementation of scoping for transitions' targets.
Won't be called directly but via reflection by the Xtext runtime.
- Parameters:
trans
- reference
-
- Returns:
scope_ValuedObjectReference_valuedObject
public org.eclipse.xtext.scoping.IScope scope_ValuedObjectReference_valuedObject(EObject obj,
EReference reference)
- A implementation of scoping for signals and variables.
Won't be called directly but via reflection by the Xtext runtime.
- Parameters:
trans
- reference
-
- Returns:
getScopeOld
public org.eclipse.xtext.scoping.IScope getScopeOld(EObject context,
EReference reference)
- old stuff