Uses of Interface
net.officefloor.compile.internal.structure.LinkStartAfterNode
-
Packages that use LinkStartAfterNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkStartAfterNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkStartAfterNode Modifier and Type Class Description class
ManagedObjectSourceNodeImpl
ManagedObjectSourceNode
implementation.Methods in net.officefloor.compile.impl.structure that return LinkStartAfterNode Modifier and Type Method Description LinkStartAfterNode[]
ManagedObjectSourceNodeImpl. getLinkedStartAfterNodes()
Methods in net.officefloor.compile.impl.structure with parameters of type LinkStartAfterNode Modifier and Type Method Description boolean
ManagedObjectSourceNodeImpl. linkStartAfterNode(LinkStartAfterNode node)
-
Uses of LinkStartAfterNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkStartAfterNode Modifier and Type Method Description static <T extends Node>
T[]LinkUtil. findTargets(LinkStartAfterNode link, java.lang.Class<T> targetType, CompilerIssues issues)
Finds the targets by the specified type. -
Uses of LinkStartAfterNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkStartAfterNode 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 LinkStartAfterNode Modifier and Type Method Description LinkStartAfterNode[]
LinkStartAfterNode. getLinkedStartAfterNodes()
Obtains theLinkStartAfterNode
instances.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartAfterNode Modifier and Type Method Description boolean
LinkStartAfterNode. linkStartAfterNode(LinkStartAfterNode node)
Links thisLinkStartAfterNode
to start after the inputLinkStartAfterNode
.
-