de.cau.cs.kieler.synccharts.text.kits.scoping
Class KitsScopeProvider

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScopeProvider
      extended by org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
          extended by 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 red

Field Summary
 
Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER
 
Constructor Summary
KitsScopeProvider()
           
 
Method Summary
 org.eclipse.xtext.scoping.IScope getScopeOld(EObject context, EReference reference)
          old stuff
 org.eclipse.xtext.scoping.IScope scope_Transition_targetState(Transition trans, EReference reference)
          A implementation of scoping for transitions' targets.
 org.eclipse.xtext.scoping.IScope scope_ValuedObjectReference_valuedObject(EObject obj, EReference reference)
          A implementation of scoping for signals and variables.
 
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
 

Constructor Detail

KitsScopeProvider

public KitsScopeProvider()
Method Detail

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