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 class
ManagedObjectPoolNodeImpl
ManagedObjectPoolNode
implementation.class
ManagedObjectSourceNodeImpl
ManagedObjectSourceNode
implementation.Methods in net.officefloor.compile.impl.structure that return LinkPoolNode Modifier and Type Method Description LinkPoolNode
ManagedObjectPoolNodeImpl. getLinkedPoolNode()
LinkPoolNode
ManagedObjectSourceNodeImpl. getLinkedPoolNode()
Methods in net.officefloor.compile.impl.structure with parameters of type LinkPoolNode Modifier and Type Method Description boolean
ManagedObjectPoolNodeImpl. linkPoolNode(LinkPoolNode node)
boolean
ManagedObjectSourceNodeImpl. 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 boolean
LinkUtil. 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 boolean
LinkUtil. 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 interface
ManagedObjectPoolNode
Node representing instance use of aManagedObjectPool
.interface
ManagedObjectSourceNode
Node representing aManagedObjectSource
.Methods in net.officefloor.compile.internal.structure that return LinkPoolNode Modifier and Type Method Description LinkPoolNode
LinkPoolNode. getLinkedPoolNode()
Obtains theLinkPoolNode
linked to thisLinkPoolNode
.Methods in net.officefloor.compile.internal.structure with parameters of type LinkPoolNode Modifier and Type Method Description boolean
LinkPoolNode. linkPoolNode(LinkPoolNode node)
Links the inputLinkPoolNode
to thisLinkPoolNode
.
-