Uses of Class
org.eclipse.xtend.backend.compiler.model.NamedFunctionModel

Packages that use NamedFunctionModel
org.eclipse.xtend.backend.compiler   
 

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

Methods in org.eclipse.xtend.backend.compiler that return types with arguments of type NamedFunctionModel
 java.util.List<NamedFunctionModel> CompilationUnit.getAllFunctions()
           
 java.util.List<NamedFunctionModel> CompilationUnit.getPublicFunctions()