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 ManagedFunctionLoaderOfficeFloorCompiler. 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 ManagedFunctionLoaderOfficeFloorCompilerImpl. getManagedFunctionLoader()ManagedFunctionLoaderOfficeFloorCompilerImpl. 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 ManagedFunctionLoaderOfficeFloorCompilerAdapter. 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 classManagedFunctionLoaderImplManagedFunctionLoaderimplementation. -
Uses of ManagedFunctionLoader in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ManagedFunctionLoader Modifier and Type Method Description ManagedFunctionLoaderNodeContext. getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType)Obtains theManagedFunctionLoader.
-