Uses of Interface
net.officefloor.compile.internal.structure.LinkPoolNode
Packages that use LinkPoolNode
Package
Description
-
Uses of LinkPoolNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkPoolNodeModifier and TypeClassDescriptionclassManagedObjectPoolNodeimplementation.classManagedObjectSourceNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkPoolNodeModifier and TypeMethodDescriptionManagedObjectPoolNodeImpl.getLinkedPoolNode()ManagedObjectSourceNodeImpl.getLinkedPoolNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkPoolNodeModifier and TypeMethodDescriptionbooleanManagedObjectPoolNodeImpl.linkPoolNode(LinkPoolNode node) booleanManagedObjectSourceNodeImpl.linkPoolNode(LinkPoolNode node) -
Uses of LinkPoolNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkPoolNodeModifier and TypeMethodDescriptionstatic <T extends Node>
TLinkUtil.findTarget(LinkPoolNode link, Class<T> targetType, CompilerIssues issues) Finds the target by the specified type.static booleanLinkUtil.linkPoolNode(LinkPoolNode node, LinkPoolNode linkNode, CompilerIssues issues, Consumer<LinkPoolNode> loader) Links theLinkPoolNode.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkPoolNodeModifier and TypeMethodDescriptionstatic booleanLinkUtil.linkPoolNode(LinkPoolNode node, LinkPoolNode linkNode, CompilerIssues issues, Consumer<LinkPoolNode> loader) Links theLinkPoolNode. -
Uses of LinkPoolNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkPoolNode in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceNode representing instance use of aManagedObjectPool.interfaceNode representing aManagedObjectSource.Methods in net.officefloor.compile.internal.structure that return LinkPoolNodeModifier and TypeMethodDescriptionLinkPoolNode.getLinkedPoolNode()Obtains theLinkPoolNodelinked to thisLinkPoolNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkPoolNodeModifier and TypeMethodDescriptionbooleanLinkPoolNode.linkPoolNode(LinkPoolNode node) Links the inputLinkPoolNodeto thisLinkPoolNode.