Uses of Class
net.officefloor.plugin.managedfunction.clazz.MethodManagedFunctionBuilder
-
-
Uses of MethodManagedFunctionBuilder in net.officefloor.plugin.managedfunction.clazz
Methods in net.officefloor.plugin.managedfunction.clazz that return MethodManagedFunctionBuilder Modifier and Type Method Description protected MethodManagedFunctionBuilder
AbstractFunctionManagedFunctionSource. createMethodManagedFunctionBuilder(FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
Creates theMethodManagedFunctionBuilder
. -
Uses of MethodManagedFunctionBuilder in net.officefloor.plugin.section.clazz
Subclasses of MethodManagedFunctionBuilder in net.officefloor.plugin.section.clazz Modifier and Type Class Description protected class
SectionClassManagedFunctionSource.SectionMethodManagedFunctionBuilder
Methods in net.officefloor.plugin.section.clazz that return MethodManagedFunctionBuilder Modifier and Type Method Description protected MethodManagedFunctionBuilder
SectionClassManagedFunctionSource. createMethodManagedFunctionBuilder(FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
-
Uses of MethodManagedFunctionBuilder in net.officefloor.polyglot.kotlin
Subclasses of MethodManagedFunctionBuilder in net.officefloor.polyglot.kotlin Modifier and Type Class Description protected class
KotlinManagedFunctionSource.KotlinMethodManagedFunctionBuilder
Methods in net.officefloor.polyglot.kotlin that return MethodManagedFunctionBuilder Modifier and Type Method Description protected MethodManagedFunctionBuilder
KotlinManagedFunctionSource. createMethodManagedFunctionBuilder(FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
-
Uses of MethodManagedFunctionBuilder in net.officefloor.polyglot.scala
Subclasses of MethodManagedFunctionBuilder in net.officefloor.polyglot.scala Modifier and Type Class Description protected class
ScalaManagedFunctionSource.ScalaMethodManagedFunctionBuilder
Methods in net.officefloor.polyglot.scala that return MethodManagedFunctionBuilder Modifier and Type Method Description protected MethodManagedFunctionBuilder
ScalaManagedFunctionSource. createMethodManagedFunctionBuilder(FunctionNamespaceBuilder namespaceBuilder, ManagedFunctionSourceContext context)
-