Uses of Interface
org.eclipse.xtend.typesystem.Type

Packages that use Type
org.eclipse.internal.xpand2.type Basic types of the Xpand language 
org.eclipse.internal.xtend.expression.ast AST of the expression framework 
org.eclipse.internal.xtend.expression.codeassist Parser for the expression framework 
org.eclipse.internal.xtend.expression.debug Debugger support for the expression framework 
org.eclipse.internal.xtend.type.baseimpl Basic abstractions of the type system 
org.eclipse.internal.xtend.type.baseimpl.types Basic builtin types 
org.eclipse.internal.xtend.type.impl.oawclassic Typesystem implementation for oAW classic 
org.eclipse.internal.xtend.xtend.ast   
org.eclipse.internal.xtend.xtend.types   
org.eclipse.xpand2 Implementation of the Xpand language 
org.eclipse.xtend   
org.eclipse.xtend.expression Implementation of the expression framework 
org.eclipse.xtend.middleend.xpand.internal   
org.eclipse.xtend.middleend.xpand.plugin   
org.eclipse.xtend.middleend.xtend.internal   
org.eclipse.xtend.middleend.xtend.internal.types   
org.eclipse.xtend.shared.ui.core.internal   
org.eclipse.xtend.shared.ui.core.metamodel.jdt   
org.eclipse.xtend.shared.ui.expression   
org.eclipse.xtend.shared.ui.expression.editor.codeassist   
org.eclipse.xtend.type.impl.java Typesystem implementation for Java types 
org.eclipse.xtend.type.impl.java.beans Classes for Java beans support 
org.eclipse.xtend.typesystem Implementation of oAW typas and the oAW typesystem 
org.eclipse.xtend.typesystem.emf Provides classes for using oAW with EMF based models. 
org.eclipse.xtend.typesystem.uml2   
org.eclipse.xtend.typesystem.uml2.profile   
org.eclipse.xtend.typesystem.xsd   
org.eclipse.xtend.typesystem.xsd.type   
 

Uses of Type in org.eclipse.internal.xpand2.type
 

Classes in org.eclipse.internal.xpand2.type that implement Type
 class DefinitionType
           
 class IteratorType
           
 

Methods in org.eclipse.internal.xpand2.type that return Type
 Type XpandDefinitionImpl.getTargetType()
           
 Type XpandTypesMetaModel.getType(java.lang.Object obj)
           
 Type XpandTypesMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.internal.xpand2.type that return types with arguments of type Type
 java.util.Set<? extends Type> XpandTypesMetaModel.getKnownTypes()
           
 java.util.List<Type> XpandDefinitionImpl.getParamTypes()
           
 java.util.Set<Type> DefinitionType.getSuperTypes()
           
 java.util.Set<Type> IteratorType.getSuperTypes()
           
 

Uses of Type in org.eclipse.internal.xtend.expression.ast
 

Methods in org.eclipse.internal.xtend.expression.ast that return Type
 Type Expression.analyze(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type BooleanLiteral.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type BooleanOperation.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type Cast.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type ChainExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type CollectionExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type ConstructorCallExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected abstract  Type Expression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type FeatureCall.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
          analyzes in the following order if (target==null) 1) enumeration literal 2) variable 3) implicite var (e.g.
 Type GlobalVarExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type IfExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type IntegerLiteral.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type LetExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type ListLiteral.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type NullLiteral.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type OperationCall.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type RealLiteral.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type StringLiteral.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type SwitchExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type TypeSelectExpression.analyzeInternal(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type FeatureCall.analyzeTarget(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type Expression.findType(Identifier type, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type FeatureCall.findType(java.lang.Object value, ExecutionContext ctx)
           
 

Uses of Type in org.eclipse.internal.xtend.expression.codeassist
 

Methods in org.eclipse.internal.xtend.expression.codeassist with parameters of type Type
 java.lang.Object ProposalFactory.createTypeProposal(java.lang.String insertString, Type type, java.lang.String prefix)
           
 java.lang.Object ProposalFactoryDefaultImpl.createTypeProposal(java.lang.String insertString, Type type, java.lang.String prefix)
           
 java.lang.Object ProposalFactory.createVariableProposal(java.lang.String name, Type t, java.lang.String prefix)
           
 java.lang.Object ProposalFactoryDefaultImpl.createVariableProposal(java.lang.String name, Type t, java.lang.String prefix)
           
 

Uses of Type in org.eclipse.internal.xtend.expression.debug
 

Methods in org.eclipse.internal.xtend.expression.debug with parameters of type Type
 java.util.Set<Callable> ExpressionElementAdapter.getAllFeatures(Type type)
           
 

Uses of Type in org.eclipse.internal.xtend.type.baseimpl
 

Fields in org.eclipse.internal.xtend.type.baseimpl with type parameters of type Type
static java.util.Comparator<java.util.List<? extends Type>> PolymorphicResolver.typesComparator
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl that return Type
 Type BuiltinMetaModel.getBooleanType()
          Returns the type for boolean objects.
 Type BuiltinMetaModel.getFeatureType()
          Returns the type for feature objects.
 Type BuiltinMetaModel.getIntegerType()
          Returns the type for integer objects.
 Type BuiltinMetaModel.getObjectType()
          Returns the type for objects.
 Type BuiltinMetaModel.getOperationType()
          Returns the type for operation objects.
 Type OperationImpl.getOwner()
           
 Type PropertyImpl.getOwner()
           
 Type StaticPropertyImpl.getOwner()
           
 Type BuiltinMetaModel.getPropertyType()
          Returns the type for property objects.
 Type BuiltinMetaModel.getRealType()
          Returns the type for real objects.
 Type FeatureImpl.getReturnType()
           
 Type OperationImpl.getReturnType(Type targetType, Type[] paramTpes)
           
 Type BuiltinMetaModel.getStaticPropertyType()
          Returns the type for static property objects.
 Type BuiltinMetaModel.getStringType()
          Returns the type for string objects.
 Type BuiltinMetaModel.getType(java.lang.Object obj)
           
 Type BuiltinMetaModel.getTypeForName(java.lang.String typeName)
           
 Type BuiltinMetaModel.getTypeType()
          Returns the type for type objects.
 Type BuiltinMetaModel.getVoidType()
          Returns the type for void objects.
 

Methods in org.eclipse.internal.xtend.type.baseimpl that return types with arguments of type Type
 java.util.Set<Type> BuiltinMetaModel.getKnownTypes()
           
 java.util.List<Type> OperationImpl.getParameterTypes()
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl with parameters of type Type
 ParameterizedType BuiltinMetaModel.getCollectionType(Type innerType)
          Returns the type for collection objects.
 ParameterizedType BuiltinMetaModel.getListType(Type innerType)
          Returns the type for list objects.
static Operation PolymorphicResolver.getOperation(java.util.Set<? extends Callable> features, java.lang.String name, Type targetType, java.util.List<? extends Type> paramTypes)
           
static Property PolymorphicResolver.getProperty(java.util.Set<? extends Callable> features, java.lang.String name, Type targetType)
           
 Type OperationImpl.getReturnType(Type targetType, Type[] paramTpes)
           
 Type OperationImpl.getReturnType(Type targetType, Type[] paramTpes)
           
 ParameterizedType BuiltinMetaModel.getSetType(Type innerType)
          Returns the type for set objects.
static StaticProperty PolymorphicResolver.getStaticProperty(java.util.Set<? extends Callable> features, java.lang.String name, Type targetType)
           
 

Method parameters in org.eclipse.internal.xtend.type.baseimpl with type arguments of type Type
 int TypesComparator.compare(java.util.List<? extends Type> types1, java.util.List<? extends Type> types2)
          returns -1 if the second list of types is not assignable to the first list of types returns 0 if the second list of types exactly matches the first list of types returns 1 if the second list of types is assignable to the first list of types
 int TypesComparator.compare(java.util.List<? extends Type> types1, java.util.List<? extends Type> types2)
          returns -1 if the second list of types is not assignable to the first list of types returns 0 if the second list of types exactly matches the first list of types returns 1 if the second list of types is assignable to the first list of types
static Callable PolymorphicResolver.getCallable(java.util.Set<? extends Callable> callables, java.lang.String name, java.util.List<Type> paramTypes)
           
static Extension PolymorphicResolver.getExtension(java.util.Set<? extends Callable> features, java.lang.String name, java.util.List<Type> paramTypes)
           
static Callable PolymorphicResolver.getFeature(java.util.Set<? extends Callable> features, java.lang.Class<?> type, java.lang.String name, java.util.List<? extends Type> paramTypes)
           
static Operation PolymorphicResolver.getOperation(java.util.Set<? extends Callable> features, java.lang.String name, Type targetType, java.util.List<? extends Type> paramTypes)
           
 

Constructors in org.eclipse.internal.xtend.type.baseimpl with parameters of type Type
FeatureImpl(java.lang.String name, Type returnType)
           
OperationImpl(Type owner, java.lang.String name, Type returnType, Type... paramTypes)
           
OperationImpl(Type owner, java.lang.String name, Type returnType, Type... paramTypes)
           
PropertyImpl(Type owner, java.lang.String name, Type returnType)
           
StaticPropertyImpl(Type owner, java.lang.String name, Type returnType)
           
 

Uses of Type in org.eclipse.internal.xtend.type.baseimpl.types
 

Classes in org.eclipse.internal.xtend.type.baseimpl.types that implement Type
 class BooleanTypeImpl
           
 class BuiltinBaseType
           
 class CollectionTypeImpl
           
 class FeatureTypeImpl
           
 class IntegerTypeImpl
           
 class ListTypeImpl
           
 class ObjectTypeImpl
           
 class OperationTypeImpl
           
 class PropertyTypeImpl
           
 class RealTypeImpl
           
 class SetTypeImpl
           
 class StaticPropertyTypeImpl
           
 class StringTypeImpl
           
 class TypeTypeImpl
           
 class VoidType
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl.types that return Type
 Type CollectionTypeImpl.getInnerType()
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl.types that return types with arguments of type Type
 java.util.Set<Type> BooleanTypeImpl.getSuperTypes()
           
 java.util.Set<Type> CollectionTypeImpl.getSuperTypes()
           
 java.util.Set<Type> FeatureTypeImpl.getSuperTypes()
           
 java.util.Set<Type> IntegerTypeImpl.getSuperTypes()
           
 java.util.Set<Type> ListTypeImpl.getSuperTypes()
           
 java.util.Set<Type> ObjectTypeImpl.getSuperTypes()
           
 java.util.Set<Type> OperationTypeImpl.getSuperTypes()
           
 java.util.Set<Type> PropertyTypeImpl.getSuperTypes()
           
 java.util.Set<Type> RealTypeImpl.getSuperTypes()
           
 java.util.Set<Type> SetTypeImpl.getSuperTypes()
           
 java.util.Set<Type> StaticPropertyTypeImpl.getSuperTypes()
           
 java.util.Set<Type> StringTypeImpl.getSuperTypes()
           
 java.util.Set<Type> TypeTypeImpl.getSuperTypes()
           
 java.util.Set<Type> VoidType.getSuperTypes()
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl.types with parameters of type Type
 ParameterizedType CollectionTypeImpl.cloneWithInnerType(Type innerType)
           
 ParameterizedType ListTypeImpl.cloneWithInnerType(Type innerType)
           
 ParameterizedType SetTypeImpl.cloneWithInnerType(Type innerType)
           
protected  boolean CollectionTypeImpl.internalIsAssignableFrom(Type t)
           
 

Constructors in org.eclipse.internal.xtend.type.baseimpl.types with parameters of type Type
CollectionTypeImpl(Type innerType, TypeSystem ts, java.lang.String name)
           
ListTypeImpl(Type innerType, TypeSystem ts, java.lang.String name)
           
SetTypeImpl(Type innerType, TypeSystem ts, java.lang.String name)
           
 

Uses of Type in org.eclipse.internal.xtend.type.impl.oawclassic
 

Methods in org.eclipse.internal.xtend.type.impl.oawclassic with parameters of type Type
 Feature[] OAWClassicStrategy.getFeatures(TypeFinder typeFinder, java.lang.Class<?> clazz, Type owner)
           
 

Uses of Type in org.eclipse.internal.xtend.xtend.ast
 

Methods in org.eclipse.internal.xtend.xtend.ast that return Type
protected  Type ExpressionExtensionStatement.analyzeInternal(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type AbstractExtension.getReturnType()
           
 Type Extension.getReturnType()
           
 Type AbstractExtension.getReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type Extension.getReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected abstract  Type AbstractExtension.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type CreateExtensionStatement.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type ExpressionExtensionStatement.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type JavaExtensionStatement.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 

Methods in org.eclipse.internal.xtend.xtend.ast that return types with arguments of type Type
 java.util.List<Type> AbstractExtension.getParameterTypes()
           
 java.util.List<Type> Extension.getParameterTypes()
           
 java.util.List<Type> Around.getParamTypes(ExecutionContext ctx)
           
 

Methods in org.eclipse.internal.xtend.xtend.ast with parameters of type Type
protected  Type ExpressionExtensionStatement.analyzeInternal(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type AbstractExtension.getReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type Extension.getReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected abstract  Type AbstractExtension.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type CreateExtensionStatement.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type ExpressionExtensionStatement.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
protected  Type JavaExtensionStatement.internalGetReturnType(Type[] parameters, ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 

Uses of Type in org.eclipse.internal.xtend.xtend.types
 

Classes in org.eclipse.internal.xtend.xtend.types that implement Type
 class AdviceContextType
           
 

Methods in org.eclipse.internal.xtend.xtend.types that return Type
 Type XtendMetaModel.getType(java.lang.Object obj)
           
 Type XtendMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.internal.xtend.xtend.types that return types with arguments of type Type
 java.util.Set<? extends Type> XtendMetaModel.getKnownTypes()
           
 java.util.List<Type> AdviceContext.getParamTypes()
           
 

Uses of Type in org.eclipse.xpand2
 

Methods in org.eclipse.xpand2 that return Type
 Type XpandExecutionContextImpl.DefinitionOperationAdapter.getOwner()
           
 Type XpandExecutionContextImpl.DefinitionOperationAdapter.getReturnType()
           
 Type XpandExecutionContextImpl.DefinitionOperationAdapter.getReturnType(Type targetType, Type[] paramTpes)
           
 

Methods in org.eclipse.xpand2 that return types with arguments of type Type
 java.util.List<Type> XpandExecutionContextImpl.DefinitionOperationAdapter.getParameterTypes()
           
 

Methods in org.eclipse.xpand2 with parameters of type Type
 XpandDefinition XpandExecutionContext.findDefinition(java.lang.String name, Type target, Type[] paramTypes)
           
 XpandDefinition XpandExecutionContext.findDefinition(java.lang.String name, Type target, Type[] paramTypes)
           
 XpandDefinition XpandExecutionContextImpl.findDefinition(java.lang.String name, Type target, Type[] paramTypes)
           
 XpandDefinition XpandExecutionContextImpl.findDefinition(java.lang.String name, Type target, Type[] paramTypes)
           
protected  XpandDefinition XpandExecutionContextImpl.findDefinition(XpandDefinition[] definitions, java.lang.String name, Type target, Type[] paramTypes, XpandExecutionContext ctx)
          resolves the correct definition (using parametric polymorphism)
protected  XpandDefinition XpandExecutionContextImpl.findDefinition(XpandDefinition[] definitions, java.lang.String name, Type target, Type[] paramTypes, XpandExecutionContext ctx)
          resolves the correct definition (using parametric polymorphism)
 Type XpandExecutionContextImpl.DefinitionOperationAdapter.getReturnType(Type targetType, Type[] paramTpes)
           
 Type XpandExecutionContextImpl.DefinitionOperationAdapter.getReturnType(Type targetType, Type[] paramTpes)
           
 

Constructors in org.eclipse.xpand2 with parameters of type Type
XpandExecutionContextImpl.DefinitionOperationAdapter(XpandDefinition def, java.lang.String name, Type owner, java.util.List<Type> paramTypes)
           
 

Constructor parameters in org.eclipse.xpand2 with type arguments of type Type
XpandExecutionContextImpl.DefinitionOperationAdapter(XpandDefinition def, java.lang.String name, Type owner, java.util.List<Type> paramTypes)
           
XpandExecutionContextImpl(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver protectedRegionResolver, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, ExceptionHandler exceptionHandler, java.util.List<Around> advices, NullEvaluationHandler nullEvaluationHandler, java.util.Map<Resource,java.util.Set<Extension>> allExtensionsPerResource, VetoableCallback callback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache, java.util.List<Pair<XpandExecutionContextImpl,Statement>> deferredStatements)
           
XpandExecutionContextImpl(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver protectedRegionResolver, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, ExceptionHandler exceptionHandler, java.util.List<Around> advices, NullEvaluationHandler nullEvaluationHandler, java.util.Map<Resource,java.util.Set<Extension>> allExtensionsPerResource, VetoableCallback callback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache, java.util.List<Pair<XpandExecutionContextImpl,Statement>> deferredStatements)
           
XpandExecutionContextImpl(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver protectedRegionResolver, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, ExceptionHandler exceptionHandler, java.util.List<Around> advices, NullEvaluationHandler nullEvaluationHandler, java.util.Map<Resource,java.util.Set<Extension>> allExtensionsPerResource, VetoableCallback callback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache, java.util.List<Pair<XpandExecutionContextImpl,Statement>> deferredStatements)
           
 

Uses of Type in org.eclipse.xtend
 

Methods in org.eclipse.xtend that return Type
 Type XtendFacade.analyze(java.lang.String string, java.lang.Object[] objects, java.util.Set<AnalysationIssue> issues)
           
 

Uses of Type in org.eclipse.xtend.expression
 

Fields in org.eclipse.xtend.expression with type parameters of type Type
protected  Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> ExecutionContextImpl.extensionsForNameAndTypesCache
           
protected  java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> ExecutionContextImpl.extensionsReturnTypeCache
           
protected  java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> ExecutionContextImpl.extensionsReturnTypeCache
           
 

Methods in org.eclipse.xtend.expression that return Type
 Type Analyzable.analyze(ExecutionContext ctx, java.util.Set<AnalysationIssue> issues)
           
 Type ExpressionFacade.analyze(java.lang.String expression, java.util.Set<AnalysationIssue> issues)
           
 Type[] ExecutionContextImpl.findTypesForPrefix(java.lang.String prefix)
           
 Type[] TypeSystem.findTypesForPrefix(java.lang.String prefix)
           
 Type[] TypeSystemImpl.findTypesForPrefix(java.lang.String prefix)
           
 Type[] TypeSystemImpl.findTypesForPrefix(java.lang.String prefix, java.lang.String[] importedNamespaces)
           
 Type[] ExecutionContextImpl.getAllTypes()
           
 Type[] TypeSystem.getAllTypes()
           
 Type[] TypeSystemImpl.getAllTypes()
           
 Type ExecutionContextImpl.getBooleanType()
           
 Type TypeSystem.getBooleanType()
           
 Type TypeSystemImpl.getBooleanType()
           
 Type ExecutionContextImpl.getCollectionType(Type innerType)
           
 Type TypeSystem.getCollectionType(Type innerType)
           
 Type TypeSystemImpl.getCollectionType(Type innerType)
           
 Type ExecutionContextImpl.getFeatureType()
           
 Type TypeSystem.getFeatureType()
           
 Type TypeSystemImpl.getFeatureType()
           
 Type ExecutionContextImpl.getIntegerType()
           
 Type TypeSystem.getIntegerType()
           
 Type TypeSystemImpl.getIntegerType()
           
 Type ExecutionContextImpl.getListType(Type innerType)
           
 Type TypeSystem.getListType(Type innerType)
           
 Type TypeSystemImpl.getListType(Type innerType)
           
 Type ExecutionContextImpl.getObjectType()
           
 Type TypeSystem.getObjectType()
           
 Type TypeSystemImpl.getObjectType()
           
 Type ExecutionContextImpl.getOperationType()
           
 Type TypeSystem.getOperationType()
           
 Type TypeSystemImpl.getOperationType()
           
 Type ExecutionContextImpl.getPropertyType()
           
 Type TypeSystem.getPropertyType()
           
 Type TypeSystemImpl.getPropertyType()
           
 Type ExecutionContextImpl.getRealType()
           
 Type TypeSystem.getRealType()
           
 Type TypeSystemImpl.getRealType()
           
 Type ExecutionContext.getReturnType(Extension extension, Type[] paramTypes, java.util.Set<AnalysationIssue> issues)
           
 Type ExecutionContextImpl.getReturnType(Extension extension, Type[] paramTypes, java.util.Set<AnalysationIssue> issues)
           
 Type ExecutionContextImpl.getSetType(Type innerType)
           
 Type TypeSystem.getSetType(Type innerType)
           
 Type TypeSystemImpl.getSetType(Type innerType)
           
 Type ExecutionContextImpl.getStaticPropertyType()
           
 Type TypeSystem.getStaticPropertyType()
           
 Type TypeSystemImpl.getStaticPropertyType()
           
 Type ExecutionContextImpl.getStringType()
           
 Type TypeSystem.getStringType()
           
 Type TypeSystemImpl.getStringType()
           
 Type ExecutionContextImpl.getType(java.lang.Object obj)
           
 Type TypeSystem.getType(java.lang.Object obj)
           
 Type TypeSystemImpl.getType(java.lang.Object obj)
           
 Type ExecutionContextImpl.getTypeForName(java.lang.String name)
           
 Type TypeSystem.getTypeForName(java.lang.String name)
           
 Type TypeSystemImpl.getTypeForName(java.lang.String typeName)
           
 Type TypeSystemImpl.getTypeForName(java.lang.String typeName, java.lang.String[] importedNamespaces)
           
 Type ExecutionContextImpl.getTypeType()
           
 Type TypeSystem.getTypeType()
           
 Type TypeSystemImpl.getTypeType()
           
 Type ExecutionContextImpl.getVoidType()
           
 Type TypeSystem.getVoidType()
           
 Type TypeSystemImpl.getVoidType()
           
 

Methods in org.eclipse.xtend.expression with parameters of type Type
 Type ExecutionContextImpl.getCollectionType(Type innerType)
           
 Type TypeSystem.getCollectionType(Type innerType)
           
 Type TypeSystemImpl.getCollectionType(Type innerType)
           
 Extension ExecutionContext.getExtensionForTypes(java.lang.String functionName, Type[] parameterTypes)
           
 Extension ExecutionContextImpl.getExtensionForTypes(java.lang.String functionName, Type[] parameterTypes)
           
 Type ExecutionContextImpl.getListType(Type innerType)
           
 Type TypeSystem.getListType(Type innerType)
           
 Type TypeSystemImpl.getListType(Type innerType)
           
 Type ExecutionContext.getReturnType(Extension extension, Type[] paramTypes, java.util.Set<AnalysationIssue> issues)
           
 Type ExecutionContextImpl.getReturnType(Extension extension, Type[] paramTypes, java.util.Set<AnalysationIssue> issues)
           
 Type ExecutionContextImpl.getSetType(Type innerType)
           
 Type TypeSystem.getSetType(Type innerType)
           
 Type TypeSystemImpl.getSetType(Type innerType)
           
 

Constructor parameters in org.eclipse.xtend.expression with type arguments of type Type
ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey(Resource first, java.lang.String second, java.util.List<Type> third)
           
ExecutionContextImpl(ResourceManager resourceManager, Resource resource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> variables, java.util.Map<java.lang.String,Variable> globalVars, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, ExceptionHandler exceptionHandler, java.util.List<Around> advices, NullEvaluationHandler neh2, java.util.Map<Resource,java.util.Set<Extension>> extensionPerResourceMap, VetoableCallback callback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache)
           
ExecutionContextImpl(ResourceManager resourceManager, Resource resource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> variables, java.util.Map<java.lang.String,Variable> globalVars, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, ExceptionHandler exceptionHandler, java.util.List<Around> advices, NullEvaluationHandler neh2, java.util.Map<Resource,java.util.Set<Extension>> extensionPerResourceMap, VetoableCallback callback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache)
           
ExecutionContextImpl(ResourceManager resourceManager, Resource resource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> variables, java.util.Map<java.lang.String,Variable> globalVars, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, ExceptionHandler exceptionHandler, java.util.List<Around> advices, NullEvaluationHandler neh2, java.util.Map<Resource,java.util.Set<Extension>> extensionPerResourceMap, VetoableCallback callback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache)
           
 

Uses of Type in org.eclipse.xtend.middleend.xpand.internal
 

Methods in org.eclipse.xtend.middleend.xpand.internal with parameters of type Type
static XpandDefinition XpandConverterUtil.findDefinition(XpandExecutionContext ctx, java.lang.String name, Type target, Type[] paramTypes)
          Find a XpandDefinition based on it's name and parameter types
static XpandDefinition XpandConverterUtil.findDefinition(XpandExecutionContext ctx, java.lang.String name, Type target, Type[] paramTypes)
          Find a XpandDefinition based on it's name and parameter types
static XpandDefinition XpandConverterUtil.guessDefinition(XpandExecutionContext ctx, java.lang.String name, Type target, Type[] paramTypes)
          Try to find a XpandDefinition based on it's name and the number of parameters
static XpandDefinition XpandConverterUtil.guessDefinition(XpandExecutionContext ctx, java.lang.String name, Type target, Type[] paramTypes)
          Try to find a XpandDefinition based on it's name and the number of parameters
 

Uses of Type in org.eclipse.xtend.middleend.xpand.plugin
 

Constructors in org.eclipse.xtend.middleend.xpand.plugin with parameters of type Type
XpandDefinitionName(java.lang.String rawDefName, Type targetType, Type[] argTypes, XpandExecutionContext ctx)
           
XpandDefinitionName(java.lang.String rawDefName, Type targetType, Type[] argTypes, XpandExecutionContext ctx)
           
 

Uses of Type in org.eclipse.xtend.middleend.xtend.internal
 

Methods in org.eclipse.xtend.middleend.xtend.internal that return Type
 Type OldTypeAnalyzer.analyze(ExecutionContext ctx, Expression expr)
           
 Type OldTypeAnalyzer.analyze(ExecutionContext ctx, Extension ext, Type[] paramTypes)
           
 

Methods in org.eclipse.xtend.middleend.xtend.internal that return types with arguments of type Type
 java.util.List<Type> OldExpressionConverter.getAdviceLocalVarTypes(TypeSystem ts)
           
 

Methods in org.eclipse.xtend.middleend.xtend.internal with parameters of type Type
 Type OldTypeAnalyzer.analyze(ExecutionContext ctx, Extension ext, Type[] paramTypes)
           
 BackendType TypeToBackendType.convertToBackendType(Type t)
           
 

Uses of Type in org.eclipse.xtend.middleend.xtend.internal.types
 

Methods in org.eclipse.xtend.middleend.xtend.internal.types with parameters of type Type
 BackendType EmfTypeToBackendTypeMapper.convertToBackendType(Type t)
           
 BackendType JavaTypeToBackendTypeMapper.convertToBackendType(Type t)
           
abstract  BackendType TypeToBackendTypeMapper.convertToBackendType(Type t)
           
 BackendType UmlTypeToBackendTypeMapper.convertToBackendType(Type t)
           
 BackendType XsdTypeToBackendTypeMapper.convertToBackendType(Type t)
           
 

Uses of Type in org.eclipse.xtend.shared.ui.core.internal
 

Methods in org.eclipse.xtend.shared.ui.core.internal that return types with arguments of type Type
 java.util.Map<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> BuildState.getExtensionForTypes()
           
 java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> BuildState.getExtensionsReturnType()
           
 java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> BuildState.getExtensionsReturnType()
           
 

Uses of Type in org.eclipse.xtend.shared.ui.core.metamodel.jdt
 

Classes in org.eclipse.xtend.shared.ui.core.metamodel.jdt that implement Type
 class JdtTypeImpl
           
 

Methods in org.eclipse.xtend.shared.ui.core.metamodel.jdt that return Type
 Type JdtMetaModel.getType(java.lang.Object obj)
           
protected  Type JdtMetaModel.getType(java.lang.String fqn)
           
 Type JdtMetaModel.getTypeForClass(org.eclipse.jdt.core.IType clazz)
           
 Type JdtMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.xtend.shared.ui.core.metamodel.jdt that return types with arguments of type Type
 java.util.Set<? extends Type> JdtTypeImpl.getAllSuperTypes()
           
 java.util.Set<? extends Type> JdtMetaModel.getKnownTypes()
           
 java.util.Set<? extends Type> JdtTypeImpl.getSuperTypes()
           
 

Methods in org.eclipse.xtend.shared.ui.core.metamodel.jdt with parameters of type Type
protected  boolean JdtTypeImpl.internalIsAssignableFrom(Type t)
           
 

Constructors in org.eclipse.xtend.shared.ui.core.metamodel.jdt with parameters of type Type
JdtOperationImpl(Type owner, java.lang.String name, Type type, Type[] parameterTypes)
           
JdtOperationImpl(Type owner, java.lang.String name, Type type, Type[] parameterTypes)
           
JdtPropertyImpl(Type owner, java.lang.String name, Type returnType)
           
JdtStaticPropertyImpl(Type owner, java.lang.String name, Type returnType, java.lang.Object constant)
           
 

Uses of Type in org.eclipse.xtend.shared.ui.expression
 

Methods in org.eclipse.xtend.shared.ui.expression with parameters of type Type
 Extension XpandPluginExecutionContext.getExtensionForTypes(java.lang.String functionName, Type[] parameterTypes)
           
 

Constructor parameters in org.eclipse.xtend.shared.ui.expression with type arguments of type Type
XpandPluginExecutionContext(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver prs, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, IXtendXpandProject xp, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache)
           
XpandPluginExecutionContext(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver prs, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, IXtendXpandProject xp, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache)
           
XpandPluginExecutionContext(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver prs, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, IXtendXpandProject xp, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache, java.util.Map<Resource,java.util.Set<Extension>> allExtensionsPerResource, VetoableCallback vetoableCallback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache)
           
XpandPluginExecutionContext(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver prs, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, IXtendXpandProject xp, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache, java.util.Map<Resource,java.util.Set<Extension>> allExtensionsPerResource, VetoableCallback vetoableCallback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache)
           
XpandPluginExecutionContext(ResourceManager resourceManager, Resource currentResource, TypeSystemImpl typeSystem, java.util.Map<java.lang.String,Variable> vars, java.util.Map<java.lang.String,Variable> globalVars, Output output, ProtectedRegionResolver prs, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, IXtendXpandProject xp, java.util.Map<Pair<java.lang.String,java.util.List<Type>>,Type> extensionsReturnTypeCache, java.util.Map<Resource,java.util.Set<Extension>> allExtensionsPerResource, VetoableCallback vetoableCallback, Cache<Triplet<Resource,java.lang.String,java.util.List<Type>>,Extension> extensionsForNameAndTypesCache)
           
 

Uses of Type in org.eclipse.xtend.shared.ui.expression.editor.codeassist
 

Methods in org.eclipse.xtend.shared.ui.expression.editor.codeassist with parameters of type Type
protected  java.lang.String ProposalFactoryEclipseImpl.computeReturnType(Type returnType, boolean onOperation)
           
 org.eclipse.jface.text.contentassist.ICompletionProposal ProposalFactoryEclipseImpl.createTypeProposal(java.lang.String insertString, Type type, java.lang.String prefix)
           
 org.eclipse.jface.text.contentassist.ICompletionProposal ProposalFactoryEclipseImpl.createVariableProposal(java.lang.String name, Type t, java.lang.String prefix)
           
 

Uses of Type in org.eclipse.xtend.type.impl.java
 

Classes in org.eclipse.xtend.type.impl.java that implement Type
 class JavaTypeImpl
           
 

Methods in org.eclipse.xtend.type.impl.java that return Type
 Type JavaMetaModel.builtinAwareGetType(java.lang.Object obj)
           
 Type TypeFinder.builtinAwareGetType(java.lang.Object obj)
           
 Type JavaMetaModel.builtinAwareGetTypeForClass(java.lang.Class<?> clazz)
           
 Type TypeFinder.builtinAwareGetTypeForClass(java.lang.Class<?> obj)
           
 Type JavaMetaModel.builtinAwareGetTypeForName(java.lang.String typeName)
           
 Type TypeFinder.builtinAwareGetTypeForName(java.lang.String typeName)
           
 Type JavaMetaModel.getType(java.lang.Object obj)
           
 Type JavaMetaModel.getTypeForClass(java.lang.Class<?> clazz)
          Returns the corresponding type for an EClass object.
 Type JavaMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.xtend.type.impl.java that return types with arguments of type Type
 java.util.Set<Type> JavaMetaModel.getKnownTypes()
           
 java.util.Set<Type> JavaTypeImpl.getSuperTypes()
           
 

Methods in org.eclipse.xtend.type.impl.java with parameters of type Type
 Feature[] JavaTypeStrategy.getFeatures(TypeFinder typeFinder, java.lang.Class<?> clazz, Type owner)
           
protected  boolean JavaTypeImpl.internalIsAssignableFrom(Type t)
           
 

Constructors in org.eclipse.xtend.type.impl.java with parameters of type Type
JavaOperationImpl(Type owner, java.lang.String name, Type type, Type[] parameterTypes, java.lang.reflect.Method method)
           
JavaOperationImpl(Type owner, java.lang.String name, Type type, Type[] parameterTypes, java.lang.reflect.Method method)
           
JavaPropertyImpl(Type owner, java.lang.String name, Type returnType, java.lang.reflect.Method readMethod, java.lang.reflect.Method writeMethod)
           
JavaStaticPropertyImpl(Type owner, java.lang.String name, Type returnType, java.lang.reflect.Field field)
           
 

Uses of Type in org.eclipse.xtend.type.impl.java.beans
 

Methods in org.eclipse.xtend.type.impl.java.beans that return Type
protected  Type[] JavaBeansStrategy.createTypes(java.lang.Class<?>[] parameterTypes, TypeFinder tf)
           
 

Methods in org.eclipse.xtend.type.impl.java.beans with parameters of type Type
 Feature[] JavaBeansStrategy.getFeatures(TypeFinder typeFinder, java.lang.Class<?> clazz, Type t)
          Collect all features provided by a Java Class: Properties Declared public methods Static fields Java5 enumeration literals for defined enum types
 

Uses of Type in org.eclipse.xtend.typesystem
 

Subinterfaces of Type in org.eclipse.xtend.typesystem
 interface ParameterizedType
           
 

Classes in org.eclipse.xtend.typesystem that implement Type
 class AbstractTypeImpl
           
 

Methods in org.eclipse.xtend.typesystem that return Type
 Type ParameterizedType.getInnerType()
           
 Type Feature.getOwner()
           
 Type Callable.getReturnType()
           
 Type Operation.getReturnType(Type targetType, Type[] paramTpes)
           
 Type MetaModel.getType(java.lang.Object obj)
          if this metamodel is responsible for a types which are responsible for the given object, it returns the corresponding type.
 Type MetaModel.getTypeForName(java.lang.String typeName)
          if this metamodel is responsible for a type with the given name, it returns the corresponding type.
 

Methods in org.eclipse.xtend.typesystem that return types with arguments of type Type
 java.util.Set<? extends Type> MetaModel.getKnownTypes()
          returns all types this metamodel is responsible for
 java.util.List<Type> ParameterizedCallable.getParameterTypes()
           
 java.util.Set<? extends Type> AbstractTypeImpl.getSuperTypes()
           
 java.util.Set<? extends Type> Type.getSuperTypes()
           
protected  java.util.Set<? extends Type> AbstractTypeImpl.internalGetSuperTypes()
           
 

Methods in org.eclipse.xtend.typesystem with parameters of type Type
 ParameterizedType ParameterizedType.cloneWithInnerType(Type t)
           
 Callable AbstractTypeImpl.getFeature(java.lang.String name, Type[] parameterTypes)
           
 Callable Type.getFeature(java.lang.String name, Type[] parameterTypes)
          finds a feature with the given name on the given type with respect to the given parametertypes this method handles polymorphistic resolution for parameter types
 Operation AbstractTypeImpl.getOperation(java.lang.String name, Type[] parameterTypes)
           
 Operation Type.getOperation(java.lang.String name, Type[] parameterTypes)
          finds an operation with the given name on the given type with respect to the given parametertypes this method handles polymorphistic resolution for parameter types
 Type Operation.getReturnType(Type targetType, Type[] paramTpes)
           
 Type Operation.getReturnType(Type targetType, Type[] paramTpes)
           
protected  boolean AbstractTypeImpl.internalIsAssignableFrom(Type t)
           
 boolean AbstractTypeImpl.isAssignableFrom(Type t)
           
 boolean Type.isAssignableFrom(Type t)
           
 

Uses of Type in org.eclipse.xtend.typesystem.emf
 

Classes in org.eclipse.xtend.typesystem.emf that implement Type
 class EClassType
           
 class EDataTypeType
           
 class EEnumType
           
 class EmfListType
           
 class EObjectType
           
 

Methods in org.eclipse.xtend.typesystem.emf that return Type
 Type EmfRegistryMetaModel.getType(java.lang.Object obj)
           
 Type EmfRegistryMetaModel.getTypeForEClassifier(org.eclipse.emf.ecore.EClassifier element)
           
 Type EmfRegistryMetaModel.getTypeForEClassifier(org.eclipse.emf.ecore.EGenericType element)
           
 Type EmfRegistryMetaModel.getTypeForETypedElement(org.eclipse.emf.ecore.ETypedElement typedElement)
           
 Type EmfRegistryMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.xtend.typesystem.emf that return types with arguments of type Type
 java.util.Set<Type> EmfRegistryMetaModel.getKnownTypes()
           
 java.util.Set<Type> EObjectType.getSuperTypes()
           
protected  java.util.Set<Type> EClassType.internalGetSuperTypes()
           
protected  java.util.Set<? extends Type> EDataTypeType.internalGetSuperTypes()
           
protected  java.util.Set<? extends Type> EEnumType.internalGetSuperTypes()
           
 

Methods in org.eclipse.xtend.typesystem.emf with parameters of type Type
protected  boolean EClassType.internalIsAssignableFrom(Type t)
           
 

Constructors in org.eclipse.xtend.typesystem.emf with parameters of type Type
EmfListType(Type innerType, TypeSystem ts, java.lang.String name)
           
 

Uses of Type in org.eclipse.xtend.typesystem.uml2
 

Methods in org.eclipse.xtend.typesystem.uml2 that return Type
 Type UML2MetaModelBase.getTypeForEClassifier(org.eclipse.emf.ecore.EClassifier element)
           
 Type UML2MetaModelBase.getTypeForName(java.lang.String typeName)
           
 

Uses of Type in org.eclipse.xtend.typesystem.uml2.profile
 

Classes in org.eclipse.xtend.typesystem.uml2.profile that implement Type
 class EnumType
          Represents an enumeration within a profile.
 class MultipleStereotypeType
          This type is used to support assignment of multiple stereotypes to a model element.
 class StereotypeType
           
 

Methods in org.eclipse.xtend.typesystem.uml2.profile that return Type
 Type ProfileMetaModel.getType(java.lang.Object obj)
           
 Type ProfileMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.xtend.typesystem.uml2.profile that return types with arguments of type Type
 java.util.Set<Type> ProfileMetaModel.getKnownTypes()
           
 java.util.Set<Type> MultipleStereotypeType.getSuperTypes()
           
 java.util.Set<Type> StereotypeType.getSuperTypes()
           
 

Methods in org.eclipse.xtend.typesystem.uml2.profile with parameters of type Type
protected  boolean StereotypeType.internalIsAssignableFrom(Type t)
           
protected  boolean MultipleStereotypeType.isCompatible(Type t)
           
protected  boolean StereotypeType.isCompatible(Type t)
           
 

Constructors in org.eclipse.xtend.typesystem.uml2.profile with parameters of type Type
MultipleStereotypeType(TypeSystem typeSystem, java.util.List<StereotypeType> stereotypes, Type umlType)
           
StereotypeType(TypeSystem typeSystem, java.lang.String name, org.eclipse.uml2.uml.Stereotype stereoType, Type umlType)
           
 

Uses of Type in org.eclipse.xtend.typesystem.xsd
 

Methods in org.eclipse.xtend.typesystem.xsd that return Type
 Type XMLTypeMapper.get(XSDMetaModel mm, org.eclipse.emf.ecore.EClassifier classifier, TypeSystem typesystem)
           
 Type XSDMetaModel.getType(java.lang.Object obj)
           
 Type XSDMetaModel.getTypeForEClassifier(org.eclipse.emf.ecore.EClassifier element)
           
 Type XSDMetaModel.getTypeForETypedElement(org.eclipse.emf.ecore.ETypedElement typedElement)
           
 Type XSDMetaModel.getTypeForName(java.lang.String typeName)
           
 

Methods in org.eclipse.xtend.typesystem.xsd that return types with arguments of type Type
 java.util.Set<Type> XSDMetaModel.getKnownTypes()
           
 

Uses of Type in org.eclipse.xtend.typesystem.xsd.type
 

Classes in org.eclipse.xtend.typesystem.xsd.type that implement Type
 class EFeatureMapEntryTypeImpl
           
 class EFeatureMapTypeImpl
           
 class EFeatureType
           
 class EMapEntryType
           
 class EMapType
           
 class QNameType
           
 class XMLEClassType
           
 class XMLFeatureMapTypeImpl
           
 

Methods in org.eclipse.xtend.typesystem.xsd.type that return Type
 Type EMapEntryType.getKeyType()
           
 Type EMapEntryType.getValueType()
           
 

Methods in org.eclipse.xtend.typesystem.xsd.type that return types with arguments of type Type
 java.util.Set<? extends Type> EMapType.getSuperTypes()
           
protected  java.util.Set<? extends Type> EFeatureMapTypeImpl.internalGetSuperTypes()