public class ErrorModelScopeProvider
extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
Constructor and Description |
---|
ErrorModelScopeProvider() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorEvent> |
getAllEvents(ErrorBehaviorStateMachine context) |
org.eclipse.emf.common.util.EList<ErrorBehaviorState> |
getAllStates(ErrorBehaviorStateMachine context) |
org.eclipse.emf.common.util.EList<ErrorTypes> |
getAllTypes(ErrorModelLibrary context) |
org.eclipse.xtext.scoping.IScope |
scope_ErrorBehaviorEvent(ErrorBehaviorTransition context,
org.eclipse.emf.ecore.EReference reference) |
org.eclipse.xtext.scoping.IScope |
scope_ErrorBehaviorState(ErrorBehaviorStateMachine context,
org.eclipse.emf.ecore.EReference reference) |
org.eclipse.xtext.scoping.IScope |
scope_ErrorType(ErrorPropagation context,
org.eclipse.emf.ecore.EReference reference) |
org.eclipse.xtext.scoping.IScope |
scope_ErrorType(ErrorType context,
org.eclipse.emf.ecore.EReference reference) |
public org.eclipse.xtext.scoping.IScope scope_ErrorBehaviorState(ErrorBehaviorStateMachine context, org.eclipse.emf.ecore.EReference reference)
public org.eclipse.xtext.scoping.IScope scope_ErrorType(ErrorType context, org.eclipse.emf.ecore.EReference reference)
public org.eclipse.xtext.scoping.IScope scope_ErrorType(ErrorPropagation context, org.eclipse.emf.ecore.EReference reference)
public org.eclipse.xtext.scoping.IScope scope_ErrorBehaviorEvent(ErrorBehaviorTransition context, org.eclipse.emf.ecore.EReference reference)
public org.eclipse.emf.common.util.EList<ErrorBehaviorState> getAllStates(ErrorBehaviorStateMachine context)
public org.eclipse.emf.common.util.EList<ErrorBehaviorEvent> getAllEvents(ErrorBehaviorStateMachine context)
public org.eclipse.emf.common.util.EList<ErrorTypes> getAllTypes(ErrorModelLibrary context)