org.eclipse.xpand.ui
Class XpandPluginExecutionContext
java.lang.Object
ExecutionContextImpl
org.eclipse.xpand2.XpandExecutionContextImpl
org.eclipse.xpand.ui.XpandPluginExecutionContext
- All Implemented Interfaces:
- XpandExecutionContext
public class XpandPluginExecutionContext
- extends XpandExecutionContextImpl
Constructor Summary |
|
XpandPluginExecutionContext(IXtendXpandProject xp)
|
protected |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XpandPluginExecutionContext
public XpandPluginExecutionContext(IXtendXpandProject xp)
XpandPluginExecutionContext
protected 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)
cloneContext
public XpandPluginExecutionContext cloneContext()
- Overrides:
cloneContext
in class XpandExecutionContextImpl