Uses of Interface
org.eclipse.xpand2.XpandExecutionContext

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

Uses of XpandExecutionContext in org.eclipse.xpand.ui
 

Classes in org.eclipse.xpand.ui that implement XpandExecutionContext
 class XpandPluginExecutionContext
           
 

Methods in org.eclipse.xpand.ui that return XpandExecutionContext
static XpandExecutionContext XpandEditorPlugin.getExecutionContext(org.eclipse.jdt.core.IJavaProject project)
           
 

Uses of XpandExecutionContext in org.eclipse.xpand2
 

Classes in org.eclipse.xpand2 that implement XpandExecutionContext
 class XpandExecutionContextImpl
          *
 

Methods in org.eclipse.xpand2 with parameters of type XpandExecutionContext
static XpandFacade XpandFacade.create(XpandExecutionContext execCtx)
           
 

Constructors in org.eclipse.xpand2 with parameters of type XpandExecutionContext
XpandFacade(XpandExecutionContext ctx)
          Deprecated. use XpandFacade.create instead
 

Uses of XpandExecutionContext in org.eclipse.xpand2.output
 

Methods in org.eclipse.xpand2.output with parameters of type XpandExecutionContext
 void OutputImpl.pushStatement(SyntaxElement stmt, XpandExecutionContext ctx)
           
 void Output.pushStatement(SyntaxElement stmt, XpandExecutionContext ctx)
           
 void BlankLineSkippingOutput.pushStatement(SyntaxElement stmt, XpandExecutionContext ctx)
           
 


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