io.sarl.lang.serializer
Class SARLTypeParameterScope
All Superinterfaces:
org.eclipse.xtext.scoping.IScope
class SARLTypeParameterScope
extends java.lang.Object
Scope dedicated to type parameters for the serializer that is used by a appender/builder of Ecore elements. SerializerScopeProviderFragment.java : appendTo : 317
Constructor Summary
Constructor and description
new(List<E>,AbstractScope,IJvmModelAssociations)
Constructor.
Action Summary
Modifier and type Action and description
protected org.eclipse.xtext.resource.IEObjectDescription doGetSingleElement(QualifiedName)
Constructor Details
new(List<E>,AbstractScope,IJvmModelAssociations)
new(List<E>,AbstractScope,IJvmModelAssociations)
Constructor.
Parameters:
typeParameters - the type parameters to include in the scope.
parent - the parent scope.
associations - the tool for finding associated objects to an EObject.
Action Details
doGetSingleElement(QualifiedName)
protected def doGetSingleElement(QualifiedName) : org.eclipse.xtext.resource.IEObjectDescription