Uses of Interface
net.officefloor.compile.spi.office.AugmentedFunctionObject
Packages that use AugmentedFunctionObject
Package
Description
-
Uses of AugmentedFunctionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement AugmentedFunctionObjectMethods in net.officefloor.compile.impl.structure that return AugmentedFunctionObjectModifier and TypeMethodDescriptionManagedFunctionNodeImpl.getAugmentedFunctionObject(String objectName) -
Uses of AugmentedFunctionObject in net.officefloor.compile.internal.structure
Subinterfaces of AugmentedFunctionObject in net.officefloor.compile.internal.structureMethods in net.officefloor.compile.internal.structure that return AugmentedFunctionObjectModifier and TypeMethodDescriptionManagedFunctionNode.getAugmentedFunctionObject(String objectName) Obtains theAugmentedFunctionObject. -
Uses of AugmentedFunctionObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return AugmentedFunctionObjectModifier and TypeMethodDescriptionManagedFunctionAugmentorContext.getFunctionObject(String objectName) Obtains theAugmentedFunctionObjectfor theManagedFunction.Methods in net.officefloor.compile.spi.office with parameters of type AugmentedFunctionObjectModifier and TypeMethodDescriptionvoidManagedFunctionAugmentorContext.link(AugmentedFunctionObject object, OfficeManagedObject managedObject) Links theAugmentedFunctionObjectto theOfficeManagedObject.