Uses of Interface
net.officefloor.compile.managedfunction.ManagedFunctionLoader
-
-
Uses of ManagedFunctionLoader in net.officefloor.compile
Methods in net.officefloor.compile that return ManagedFunctionLoader Modifier and Type Method Description abstract ManagedFunctionLoader
OfficeFloorCompiler. getManagedFunctionLoader()
Obtains theManagedFunctionLoader
. -
Uses of ManagedFunctionLoader in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ManagedFunctionLoader Modifier and Type Method Description ManagedFunctionLoader
OfficeFloorCompilerImpl. getManagedFunctionLoader()
ManagedFunctionLoader
OfficeFloorCompilerImpl. getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType)
-
Uses of ManagedFunctionLoader in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt that return ManagedFunctionLoader Modifier and Type Method Description ManagedFunctionLoader
OfficeFloorCompilerAdapter. getManagedFunctionLoader()
-
Uses of ManagedFunctionLoader in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionLoader Modifier and Type Class Description class
ManagedFunctionLoaderImpl
ManagedFunctionLoader
implementation. -
Uses of ManagedFunctionLoader in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ManagedFunctionLoader Modifier and Type Method Description ManagedFunctionLoader
NodeContext. getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType)
Obtains theManagedFunctionLoader
.
-