org.openxma.dsl.dom.scoping
Class DomDslScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
org.openxma.dsl.core.scoping.CoreDslScopeProvider
org.openxma.dsl.dom.scoping.DomDslScopeProvider
- All Implemented Interfaces:
- org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider, org.eclipse.xtext.scoping.IScopeProvider
public class DomDslScopeProvider
- extends org.openxma.dsl.core.scoping.CoreDslScopeProvider
This class contains custom scoping description.
see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#scoping on how and when to use it
| Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider |
logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER |
|
Method Summary |
org.eclipse.xtext.scoping.IScope |
scope_Attribute_opposite(Attribute attribute,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_Attribute_sortOrder(Attribute feature,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_AttributeSortOrder_attribute(AttributeGroup attributeGroup,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_CallInputParameter_attribute(CallInputParameter inputParameter,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_CallInputParameter_reference(CallableStatement callableStatement,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_CallOutputParameter_attribute(CallableStatement callableStatement,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_CallOutputParameter_nestedAttribute(CallOutputParameter callOutputParameter,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_DaoFeature_attribute(DaoFeature daoFeature,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_DataBaseConstraint_attributes(DataBaseConstraint dataBaseConstraint,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_DelegateOperation_operation(DelegateOperation delegateOperation,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_FeatureReference_attribute(FeatureReference featureReference,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_Join_reference(Join join,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_OneToMany_sortOrder(OneToMany oneToMany,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_PropertyMapping_left(Mapper mapping,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_PropertyMapping_left(PropertyMapping mapping,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_PropertyMapping_right(PropertyMapping mapping,
org.eclipse.emf.ecore.EReference eReference)
|
org.eclipse.xtext.scoping.IScope |
scope_QueryParameter_attribute(QueryOperation queryOperation,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_QueryParameter_attribute(QueryParameter queryParameter,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_QueryParameterValue_attribute(QueryParameterValue queryParameterValue,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_QueryParameterValue_parameter(QueryParameterValue queryParameterValue,
org.eclipse.emf.ecore.EReference reference)
|
org.eclipse.xtext.scoping.IScope |
scope_Reference_type(Attribute attribute,
org.eclipse.emf.ecore.EReference eReference)
|
| Methods inherited from class org.openxma.dsl.core.scoping.CoreDslScopeProvider |
classOrDelegateScope, scope_ParameterValue_referencedParameter |
| 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 |
DomDslScopeProvider
public DomDslScopeProvider()
scope_CallInputParameter_reference
public final org.eclipse.xtext.scoping.IScope scope_CallInputParameter_reference(CallableStatement callableStatement,
org.eclipse.emf.ecore.EReference reference)
scope_CallInputParameter_attribute
public final org.eclipse.xtext.scoping.IScope scope_CallInputParameter_attribute(CallInputParameter inputParameter,
org.eclipse.emf.ecore.EReference reference)
scope_CallOutputParameter_attribute
public final org.eclipse.xtext.scoping.IScope scope_CallOutputParameter_attribute(CallableStatement callableStatement,
org.eclipse.emf.ecore.EReference reference)
scope_CallOutputParameter_nestedAttribute
public final org.eclipse.xtext.scoping.IScope scope_CallOutputParameter_nestedAttribute(CallOutputParameter callOutputParameter,
org.eclipse.emf.ecore.EReference reference)
scope_QueryParameter_attribute
public final org.eclipse.xtext.scoping.IScope scope_QueryParameter_attribute(QueryParameter queryParameter,
org.eclipse.emf.ecore.EReference reference)
scope_QueryParameter_attribute
public final org.eclipse.xtext.scoping.IScope scope_QueryParameter_attribute(QueryOperation queryOperation,
org.eclipse.emf.ecore.EReference reference)
scope_Join_reference
public final org.eclipse.xtext.scoping.IScope scope_Join_reference(Join join,
org.eclipse.emf.ecore.EReference reference)
scope_QueryParameterValue_parameter
public final org.eclipse.xtext.scoping.IScope scope_QueryParameterValue_parameter(QueryParameterValue queryParameterValue,
org.eclipse.emf.ecore.EReference reference)
scope_QueryParameterValue_attribute
public final org.eclipse.xtext.scoping.IScope scope_QueryParameterValue_attribute(QueryParameterValue queryParameterValue,
org.eclipse.emf.ecore.EReference reference)
scope_DaoFeature_attribute
public final org.eclipse.xtext.scoping.IScope scope_DaoFeature_attribute(DaoFeature daoFeature,
org.eclipse.emf.ecore.EReference eReference)
scope_AttributeSortOrder_attribute
public final org.eclipse.xtext.scoping.IScope scope_AttributeSortOrder_attribute(AttributeGroup attributeGroup,
org.eclipse.emf.ecore.EReference eReference)
scope_Attribute_sortOrder
public final org.eclipse.xtext.scoping.IScope scope_Attribute_sortOrder(Attribute feature,
org.eclipse.emf.ecore.EReference eReference)
scope_OneToMany_sortOrder
public final org.eclipse.xtext.scoping.IScope scope_OneToMany_sortOrder(OneToMany oneToMany,
org.eclipse.emf.ecore.EReference eReference)
scope_FeatureReference_attribute
public final org.eclipse.xtext.scoping.IScope scope_FeatureReference_attribute(FeatureReference featureReference,
org.eclipse.emf.ecore.EReference eReference)
scope_DataBaseConstraint_attributes
public final org.eclipse.xtext.scoping.IScope scope_DataBaseConstraint_attributes(DataBaseConstraint dataBaseConstraint,
org.eclipse.emf.ecore.EReference eReference)
scope_Attribute_opposite
public final org.eclipse.xtext.scoping.IScope scope_Attribute_opposite(Attribute attribute,
org.eclipse.emf.ecore.EReference eReference)
scope_Reference_type
public org.eclipse.xtext.scoping.IScope scope_Reference_type(Attribute attribute,
org.eclipse.emf.ecore.EReference eReference)
scope_DelegateOperation_operation
public final org.eclipse.xtext.scoping.IScope scope_DelegateOperation_operation(DelegateOperation delegateOperation,
org.eclipse.emf.ecore.EReference eReference)
scope_PropertyMapping_left
public final org.eclipse.xtext.scoping.IScope scope_PropertyMapping_left(Mapper mapping,
org.eclipse.emf.ecore.EReference eReference)
scope_PropertyMapping_left
public final org.eclipse.xtext.scoping.IScope scope_PropertyMapping_left(PropertyMapping mapping,
org.eclipse.emf.ecore.EReference eReference)
scope_PropertyMapping_right
public final org.eclipse.xtext.scoping.IScope scope_PropertyMapping_right(PropertyMapping mapping,
org.eclipse.emf.ecore.EReference eReference)
Copyright © 2013. All Rights Reserved.