Uses of Interface
net.officefloor.compile.internal.structure.LinkStartBeforeNode
-
Packages that use LinkStartBeforeNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkStartBeforeNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkStartBeforeNode Modifier and Type Class Description class
ManagedObjectSourceNodeImpl
ManagedObjectSourceNode
implementation.Methods in net.officefloor.compile.impl.structure that return LinkStartBeforeNode Modifier and Type Method Description LinkStartBeforeNode[]
ManagedObjectSourceNodeImpl. getLinkedStartBeforeNodes()
Methods in net.officefloor.compile.impl.structure with parameters of type LinkStartBeforeNode Modifier and Type Method Description boolean
ManagedObjectSourceNodeImpl. linkStartBeforeNode(LinkStartBeforeNode node)
-
Uses of LinkStartBeforeNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkStartBeforeNode Modifier and Type Method Description static <T extends Node>
T[]LinkUtil. findTargets(LinkStartBeforeNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Finds the targets by the specified type. -
Uses of LinkStartBeforeNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkStartBeforeNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectSourceNode
Node representing aManagedObjectSource
.Methods in net.officefloor.compile.internal.structure that return LinkStartBeforeNode Modifier and Type Method Description LinkStartBeforeNode[]
LinkStartBeforeNode. getLinkedStartBeforeNodes()
Obtains theLinkStartBeforeNode
instances.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartBeforeNode Modifier and Type Method Description boolean
LinkStartBeforeNode. linkStartBeforeNode(LinkStartBeforeNode node)
Links thisLinkStartBeforeNode
to start before the inputLinkStartBeforeNode
.
-