Call functions registered at the backend from Java
 
 
 
			To call functions registered at the backend use the
			org.eclipse.xtend.backend.BackendFacade.
			To invoke a function on the backend call the method
			
invoke (ExecutionContext ctx, QualifiedName
				functionName, List<? extends Object> params)