Uses of Class
org.eclipse.internal.xtend.util.Pair

Packages that use Pair
org.eclipse.xpand2 Implementation of the Xpand language 
org.eclipse.xpand2.output Generator output handling 
org.eclipse.xtend.expression Implementation of the expression framework 
org.eclipse.xtend.shared.ui.core.internal   
org.eclipse.xtend.shared.ui.expression   
 

Uses of Pair in org.eclipse.xpand2
 

Methods in org.eclipse.xpand2 that return types with arguments of type Pair
 java.util.List<Pair<XpandExecutionContextImpl,Statement>> XpandExecutionContextImpl.getDeferredStatements()
           
 

Constructor parameters in org.eclipse.xpand2 with type arguments of type Pair
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 Pair in org.eclipse.xpand2.output
 

Methods in org.eclipse.xpand2.output that return Pair
static Pair<Outlet,java.lang.String> OutputImpl.resolveOutlet(java.util.Map<java.lang.String,Outlet> allOutlets, java.lang.String path, java.lang.String outletName)
           
 

Uses of Pair in org.eclipse.xtend.expression
 

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

Methods in org.eclipse.xtend.expression that return types with arguments of type Pair
 java.util.List<Pair<SyntaxElement,ExecutionContext>> EvaluationException.getXtendStackTrace()
           
 

Constructor parameters in org.eclipse.xtend.expression with type arguments of type Pair
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 Pair in org.eclipse.xtend.shared.ui.core.internal
 

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

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

Constructor parameters in org.eclipse.xtend.shared.ui.expression with type arguments of type Pair
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)