Uses of Class
org.eclipse.xtend.backend.common.NamedFunction

Packages that use NamedFunction
org.eclipse.xtend.backend.common   
org.eclipse.xtend.backend.functions   
org.eclipse.xtend.backend.functions.internal   
org.eclipse.xtend.backend.lib   
org.eclipse.xtend.backend.types   
org.eclipse.xtend.backend.types.builtin   
org.eclipse.xtend.middleend.plugins   
org.eclipse.xtend.middleend.xpand   
org.eclipse.xtend.middleend.xpand.internal   
org.eclipse.xtend.middleend.xpand.internal.xpandlib   
org.eclipse.xtend.middleend.xtend.internal.xtend   
org.eclipse.xtend.middleend.xtend.internal.xtendlib   
 

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

Methods in org.eclipse.xtend.backend.common that return types with arguments of type NamedFunction
 java.util.Collection<NamedFunction> FunctionDefContext.getAllFunctions()
           
 java.util.Collection<? extends NamedFunction> BackendType.getBuiltinOperations()
           
 java.util.Collection<NamedFunction> FunctionDefContext.getByFirstParameterType(BackendType firstParameterType)
          for reflection.
 java.util.Collection<NamedFunction> FunctionDefContext.getPublicFunctions()
           
 

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

Methods in org.eclipse.xtend.backend.functions that return NamedFunction
 NamedFunction DuplicateAwareNamedFunctionCollection.register(NamedFunction f)
          registers a function and returns the old function of the same signature if one was replaced, and null otherwise
 

Methods in org.eclipse.xtend.backend.functions that return types with arguments of type NamedFunction
 java.util.Collection<NamedFunction> DuplicateAwareNamedFunctionCollection.getFunctions()
           
 

Methods in org.eclipse.xtend.backend.functions with parameters of type NamedFunction
 boolean DuplicateAwareNamedFunctionCollection.contains(NamedFunction f)
          checks if this collection already contains a function with identical signature.
static boolean DuplicateAwareNamedFunctionCollection.haveSameSignature(NamedFunction f1, NamedFunction f2)
          helper operation to compare two functions.
 NamedFunction DuplicateAwareNamedFunctionCollection.register(NamedFunction f)
          registers a function and returns the old function of the same signature if one was replaced, and null otherwise
 void FunctionDefContextInternal.register(NamedFunction f, boolean isPublic)
           
 

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

Methods in org.eclipse.xtend.backend.functions.internal that return types with arguments of type NamedFunction
 java.util.Collection<NamedFunction> FunctionDefContextImpl.getAllFunctions()
           
 java.util.Collection<NamedFunction> FunctionDefContextImpl.getByFirstParameterType(BackendType firstParameterType)
           
 java.util.Collection<NamedFunction> FunctionDefContextImpl.getPublicFunctions()
           
 

Methods in org.eclipse.xtend.backend.functions.internal with parameters of type NamedFunction
 void FunctionDefContextImpl.register(NamedFunction f, boolean isPublic)
           
 

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

Methods in org.eclipse.xtend.backend.lib with parameters of type NamedFunction
static java.lang.Object Invoker.invokeOnCollection(NamedFunction function, java.util.Collection<?> coll, java.util.List<java.lang.Object> params, ExecutionContext ctx, boolean nullIfFirstParamIsNull, boolean firstParamIsThis, SourcePos pos)
           
static java.lang.Object Invoker.invokeOnObject(NamedFunction function, java.util.List<java.lang.Object> params, ExecutionContext ctx, boolean nullIfFirstParamIsNull, boolean firstParamIsThis, SourcePos pos)
           
 

Uses of NamedFunction in org.eclipse.xtend.backend.types
 

Methods in org.eclipse.xtend.backend.types that return types with arguments of type NamedFunction
 java.util.Collection<? extends NamedFunction> AbstractType.getBuiltinOperations()
           
 

Uses of NamedFunction in org.eclipse.xtend.backend.types.builtin
 

Methods in org.eclipse.xtend.backend.types.builtin that return types with arguments of type NamedFunction
 java.util.Collection<? extends NamedFunction> ObjectType.getBuiltinOperations()
           
 

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

Methods in org.eclipse.xtend.middleend.plugins that return types with arguments of type NamedFunction
 java.util.List<NamedFunction> ParsedResource.getPrivateFunctions()
           
 java.util.List<NamedFunction> ParsedResource.getPublicFunctions()
           
 

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

Methods in org.eclipse.xtend.middleend.xpand that return types with arguments of type NamedFunction
 java.util.Collection<NamedFunction> XpandBackendFacade.getContributedFunctions()
           
 

Uses of NamedFunction in org.eclipse.xtend.middleend.xpand.internal
 

Methods in org.eclipse.xtend.middleend.xpand.internal that return NamedFunction
 NamedFunction OldDefinitionConverter.createUnregistered(XpandDefinition def, java.util.Set<XpandDefinitionName> referencedDefinitions)
           
 

Uses of NamedFunction in org.eclipse.xtend.middleend.xpand.internal.xpandlib
 

Methods in org.eclipse.xtend.middleend.xpand.internal.xpandlib that return types with arguments of type NamedFunction
 java.util.Collection<NamedFunction> XpandLibContributor.getContributedFunctions()
           
 

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

Methods in org.eclipse.xtend.middleend.xtend.internal.xtend that return NamedFunction
 NamedFunction CheckConverter.createCheckFunction(BackendTypesystem ts, ExtensionFile extensionFile)
           
 NamedFunction OldExtensionConverter.createUnregistered(Extension extension)
           
 

Uses of NamedFunction in org.eclipse.xtend.middleend.xtend.internal.xtendlib
 

Methods in org.eclipse.xtend.middleend.xtend.internal.xtendlib that return NamedFunction
 NamedFunction XtendBuiltinOperations.XtendTypeGetOperation(BackendType target, java.lang.String functionName, java.util.List<BackendType> paramTypes)
           
 

Methods in org.eclipse.xtend.middleend.xtend.internal.xtendlib that return types with arguments of type NamedFunction
 java.util.Collection<NamedFunction> XtendLibContributor.getContributedFunctions()
           
 java.util.Set<NamedFunction> XtendBuiltinOperations.XtendTypeAllOperations(BackendType target)
           
 

Methods in org.eclipse.xtend.middleend.xtend.internal.xtendlib with parameters of type NamedFunction
 BackendType XtendBuiltinOperations.XtendFeatureOwner(NamedFunction target)
           
 BackendType XtendBuiltinOperations.XtendFeatureReturnType(NamedFunction f)
           
 java.lang.Object XtendBuiltinOperations.XtendName(NamedFunction f)
           
 java.lang.Object XtendBuiltinOperations.XtendOperationEvaluate(NamedFunction f, java.lang.Object target, java.util.List params)
           
 java.util.List<? extends BackendType> XtendBuiltinOperations.XtendOperationGetParameterTypes(NamedFunction target)
           
 java.lang.String XtendBuiltinOperations.XtendTypeDocumentation(NamedFunction target)