Uses of Interface
net.officefloor.compile.internal.structure.LinkPoolNode
-
Packages that use LinkPoolNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkPoolNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkPoolNode Modifier and Type Class Description classManagedObjectPoolNodeImplManagedObjectPoolNodeimplementation.classManagedObjectSourceNodeImplManagedObjectSourceNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkPoolNode Modifier and Type Method Description LinkPoolNodeManagedObjectPoolNodeImpl. getLinkedPoolNode()LinkPoolNodeManagedObjectSourceNodeImpl. getLinkedPoolNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkPoolNode Modifier and Type Method Description booleanManagedObjectPoolNodeImpl. 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 LinkPoolNode Modifier and Type Method Description static <T extends Node>
TLinkUtil. findTarget(LinkPoolNode link, java.lang.Class<T> targetType, CompilerIssues issues)Finds the target by the specified type.static booleanLinkUtil. linkPoolNode(LinkPoolNode node, LinkPoolNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkPoolNode> loader)Links theLinkPoolNode.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkPoolNode Modifier and Type Method Description static booleanLinkUtil. linkPoolNode(LinkPoolNode node, LinkPoolNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkPoolNode> loader)Links theLinkPoolNode. -
Uses of LinkPoolNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkPoolNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagedObjectPoolNodeNode representing instance use of aManagedObjectPool.interfaceManagedObjectSourceNodeNode representing aManagedObjectSource.Methods in net.officefloor.compile.internal.structure that return LinkPoolNode Modifier and Type Method Description LinkPoolNodeLinkPoolNode. getLinkedPoolNode()Obtains theLinkPoolNodelinked to thisLinkPoolNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkPoolNode Modifier and Type Method Description booleanLinkPoolNode. linkPoolNode(LinkPoolNode node)Links the inputLinkPoolNodeto thisLinkPoolNode.
-