Uses of Interface
net.officefloor.compile.internal.structure.ManagedObjectSourceVisitor
-
Packages that use ManagedObjectSourceVisitor Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of ManagedObjectSourceVisitor in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedObjectSourceVisitor Modifier and Type Class Description class
OfficeFloorNodeImpl
OfficeFloorNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectSourceVisitor Modifier and Type Method Description void
SupplierNodeImpl. loadAutoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
void
SupplierNodeImpl. loadAutoWireObjects(AutoWirer<LinkObjectNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
boolean
ManagedObjectSourceNodeImpl. sourceManagedObjectSource(ManagedObjectSourceVisitor visitor, CompileContext compileContext)
boolean
OfficeNodeImpl. sourceOfficeTree(ManagedObjectSourceVisitor managedObjectSourceVisitor, AutoWirerVisitor autoWirerVisitor, CompileContext compileContext)
boolean
OfficeNodeImpl. sourceOfficeWithTopLevelSections(ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
boolean
SectionNodeImpl. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
boolean
SectionNodeImpl. sourceSectionTree(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
-
Uses of ManagedObjectSourceVisitor in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectSourceVisitor Modifier and Type Method Description void
SupplierNode. loadAutoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
Loads theSuppliedManagedObjectSourceNode
instances asManagedObjectExtensionNode
instances to theAutoWirer
.void
SupplierNode. loadAutoWireObjects(AutoWirer<LinkObjectNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
Loads theSuppliedManagedObjectSourceNode
instances asManagedObjectNode
instances to theAutoWirer
.boolean
ManagedObjectSourceNode. sourceManagedObjectSource(ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
Sources theManagedObjectSource
.boolean
OfficeNode. sourceOfficeTree(ManagedObjectSourceVisitor managedObjectSourceVisitor, AutoWirerVisitor autoWirerVisitor, CompileContext compileContext)
boolean
OfficeNode. sourceOfficeWithTopLevelSections(ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
boolean
SectionNode. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
Sources the section into thisSectionNode
.boolean
SectionNode. sourceSectionTree(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
Sources thisSectionNode
and all its descendantNode
instances recursively.
-