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 classOfficeFloorNodeImplOfficeFloorNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectSourceVisitor Modifier and Type Method Description voidSupplierNodeImpl. loadAutoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)voidSupplierNodeImpl. loadAutoWireObjects(AutoWirer<LinkObjectNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)booleanManagedObjectSourceNodeImpl. sourceManagedObjectSource(ManagedObjectSourceVisitor visitor, CompileContext compileContext)booleanOfficeNodeImpl. sourceOfficeTree(ManagedObjectSourceVisitor managedObjectSourceVisitor, AutoWirerVisitor autoWirerVisitor, CompileContext compileContext)booleanOfficeNodeImpl. sourceOfficeWithTopLevelSections(ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)booleanSectionNodeImpl. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)booleanSectionNodeImpl. 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 voidSupplierNode. loadAutoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)Loads theSuppliedManagedObjectSourceNodeinstances asManagedObjectExtensionNodeinstances to theAutoWirer.voidSupplierNode. loadAutoWireObjects(AutoWirer<LinkObjectNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)Loads theSuppliedManagedObjectSourceNodeinstances asManagedObjectNodeinstances to theAutoWirer.booleanManagedObjectSourceNode. sourceManagedObjectSource(ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)Sources theManagedObjectSource.booleanOfficeNode. sourceOfficeTree(ManagedObjectSourceVisitor managedObjectSourceVisitor, AutoWirerVisitor autoWirerVisitor, CompileContext compileContext)booleanOfficeNode. sourceOfficeWithTopLevelSections(ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)booleanSectionNode. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)Sources the section into thisSectionNode.booleanSectionNode. sourceSectionTree(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)Sources thisSectionNodeand all its descendantNodeinstances recursively.
-