Uses of Interface
org.eclipse.xpand2.output.Output

Packages that use Output
org.eclipse.xpand.ui   
org.eclipse.xpand2 Implementation of the Xpand language 
org.eclipse.xpand2.output Generator output handling 
 

Uses of Output in org.eclipse.xpand.ui
 

Constructors in org.eclipse.xpand.ui with parameters of type Output
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, org.eclipse.internal.xpand2.pr.ProtectedRegionResolver prs, org.eclipse.emf.mwe.core.monitor.ProgressMonitor monitor, IXtendXpandProject xp)
           
 

Uses of Output in org.eclipse.xpand2
 

Fields in org.eclipse.xpand2 declared as Output
protected  Output XpandExecutionContextImpl.output
           
 

Methods in org.eclipse.xpand2 that return Output
 Output XpandExecutionContextImpl.getOutput()
           
 Output XpandExecutionContext.getOutput()
           
 

Methods in org.eclipse.xpand2 with parameters of type Output
 void Generator.setOutput(Output output)
          Sets the output.
 

Constructors in org.eclipse.xpand2 with parameters of type Output
XpandExecutionContextImpl(Output output, org.eclipse.internal.xpand2.pr.ProtectedRegionResolver prs)
           
XpandExecutionContextImpl(Output output, org.eclipse.internal.xpand2.pr.ProtectedRegionResolver prs, java.util.Map<java.lang.String,Variable> globalVars, ExceptionHandler exceptionHandler, NullEvaluationHandler nullEvaluationHandler)
           
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, org.eclipse.internal.xpand2.pr.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, Callback callback,  extensionsForNameAndTypesCache, java.util.Map<,Type> extensionsReturnTypeCache)
           
XpandExecutionContextImpl(TypeSystemImpl ts, Output output, org.eclipse.internal.xpand2.pr.ProtectedRegionResolver prs, java.util.Map<java.lang.String,Variable> globalVars, ExceptionHandler exceptionHandler, NullEvaluationHandler nullEvaluationHandler)
           
 

Uses of Output in org.eclipse.xpand2.output
 

Classes in org.eclipse.xpand2.output that implement Output
 class BlankLineSkippingOutput
          This output implementation avoids writing of unnecessary blank lines.
 class OutputImpl
          *
 


Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.