org.eclipse.xtend.backend.functions
Interface FunctionDefContextInternal

All Superinterfaces:
FunctionDefContext
All Known Implementing Classes:
FunctionDefContextImpl

public interface FunctionDefContextInternal
extends FunctionDefContext

This interface provides additional access to the Fdc for use during initialization, e.g. in the middle ends.

Author:
Arno Haase (http://www.haase-consulting.com)

Method Summary
 void register(NamedFunction f, boolean isPublic)
           
 
Methods inherited from interface org.eclipse.xtend.backend.common.FunctionDefContext
getAllFunctions, getByFirstParameterType, getMatch, getPublicFunctions, hasMatch, invoke, invoke
 

Method Detail

register

void register(NamedFunction f,
              boolean isPublic)