Uses of Interface
org.eclipse.xtend.backend.common.FunctionDefContext

Packages that use FunctionDefContext
org.eclipse.xtend.backend   
org.eclipse.xtend.backend.aop   
org.eclipse.xtend.backend.common   
org.eclipse.xtend.backend.compiler   
org.eclipse.xtend.backend.functions   
org.eclipse.xtend.backend.functions.internal   
org.eclipse.xtend.backend.internal   
org.eclipse.xtend.backend.lib   
org.eclipse.xtend.middleend   
org.eclipse.xtend.middleend.internal   
org.eclipse.xtend.middleend.plugins   
org.eclipse.xtend.middleend.xpand   
org.eclipse.xtend.middleend.xtend   
 

Uses of FunctionDefContext in org.eclipse.xtend.backend
 

Methods in org.eclipse.xtend.backend with parameters of type FunctionDefContext
static ExecutionContext BackendFacade.createExecutionContext(FunctionDefContext initialContext, BackendTypesystem typesystem, boolean logStacktrace)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.aop
 

Methods in org.eclipse.xtend.backend.aop with parameters of type FunctionDefContext
 void AroundAdvice.setFunctionDefContext(FunctionDefContext fdc)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.common
 

Methods in org.eclipse.xtend.backend.common that return FunctionDefContext
 FunctionDefContext ExecutionContext.getFunctionDefContext()
           
 FunctionDefContext Function.getFunctionDefContext()
           
 

Methods in org.eclipse.xtend.backend.common with parameters of type FunctionDefContext
 void ExecutionContext.setFunctionDefContext(FunctionDefContext ctx)
           
 void Function.setFunctionDefContext(FunctionDefContext fdc)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.compiler
 

Methods in org.eclipse.xtend.backend.compiler that return FunctionDefContext
 FunctionDefContext CompilationUnit.getFdc()
           
 

Methods in org.eclipse.xtend.backend.compiler with parameters of type FunctionDefContext
 void CompilationUnit.setFdc(FunctionDefContext fdc)
           
 

Constructors in org.eclipse.xtend.backend.compiler with parameters of type FunctionDefContext
CompilationUnit(java.lang.String resource, FunctionDefContext fdc)
           
 

Constructor parameters in org.eclipse.xtend.backend.compiler with type arguments of type FunctionDefContext
FdcHolder(java.util.Map<java.lang.String,FunctionDefContext> fdcs)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.functions
 

Subinterfaces of FunctionDefContext in org.eclipse.xtend.backend.functions
 interface FunctionDefContextInternal
          This interface provides additional access to the Fdc for use during initialization, e.g.
 

Methods in org.eclipse.xtend.backend.functions that return FunctionDefContext
 FunctionDefContext AbstractFunction.getFunctionDefContext()
           
 

Methods in org.eclipse.xtend.backend.functions with parameters of type FunctionDefContext
 void AbstractFunction.setFunctionDefContext(FunctionDefContext fdc)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.functions.internal
 

Classes in org.eclipse.xtend.backend.functions.internal that implement FunctionDefContext
 class FunctionDefContextImpl
           
 

Methods in org.eclipse.xtend.backend.functions.internal that return FunctionDefContext
 FunctionDefContext Closure.getFunctionDefContext()
           
 

Methods in org.eclipse.xtend.backend.functions.internal with parameters of type FunctionDefContext
 void Closure.setFunctionDefContext(FunctionDefContext fdc)
           
 

Constructors in org.eclipse.xtend.backend.functions.internal with parameters of type FunctionDefContext
Closure(LocalVarContext lvcAtDefinitionTime, FunctionDefContext fdcAtDefinitionTime, java.util.List<java.lang.String> paramNames, java.util.List<? extends BackendType> paramTypes, ExpressionBase def)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.internal
 

Methods in org.eclipse.xtend.backend.internal that return FunctionDefContext
 FunctionDefContext ExecutionContextImpl.getFunctionDefContext()
           
 

Methods in org.eclipse.xtend.backend.internal with parameters of type FunctionDefContext
 void ExecutionContextImpl.setFunctionDefContext(FunctionDefContext ctx)
           
 

Constructors in org.eclipse.xtend.backend.internal with parameters of type FunctionDefContext
ExecutionContextImpl(FunctionDefContext initialFunctionDefContext, BackendTypesystem typesystem, boolean logStacktrace)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.backend.lib
 

Methods in org.eclipse.xtend.backend.lib that return FunctionDefContext
 FunctionDefContext AbstractClosure.getFunctionDefContext()
           
 

Methods in org.eclipse.xtend.backend.lib with parameters of type FunctionDefContext
 void AbstractClosure.setFunctionDefContext(FunctionDefContext fdc)
           
 

Constructors in org.eclipse.xtend.backend.lib with parameters of type FunctionDefContext
AbstractClosure(LocalVarContext lvcAtDefinitionTime, FunctionDefContext fdcAtDefinitionTime, java.util.List<java.lang.String> paramNames, java.util.List<? extends BackendType> paramTypes)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.middleend
 

Methods in org.eclipse.xtend.middleend that return FunctionDefContext
 FunctionDefContext MiddleEnd.getFunctions(java.lang.String resourceName)
           
 

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

Methods in org.eclipse.xtend.middleend.internal that return FunctionDefContext
 FunctionDefContext MiddleEndImpl.getFunctions(java.lang.String resourceName)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.middleend.plugins
 

Methods in org.eclipse.xtend.middleend.plugins that return FunctionDefContext
 FunctionDefContext FunctionDefContextProvider.getFdc(java.lang.String resourceName)
           
 

Uses of FunctionDefContext in org.eclipse.xtend.middleend.xpand
 

Methods in org.eclipse.xtend.middleend.xpand that return FunctionDefContext
 FunctionDefContext XpandBackendFacade.getFunctionDefContext()
           
 

Uses of FunctionDefContext in org.eclipse.xtend.middleend.xtend
 

Methods in org.eclipse.xtend.middleend.xtend that return FunctionDefContext
 FunctionDefContext CheckBackendFacade.getFunctionDefContext()
           
 FunctionDefContext XtendBackendFacade.getFunctionDefContext()