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 classManagedObjectSourceNodeImplManagedObjectSourceNodeimplementation.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 booleanManagedObjectSourceNodeImpl. 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 interfaceManagedObjectSourceNodeNode representing aManagedObjectSource.Methods in net.officefloor.compile.internal.structure that return LinkStartBeforeNode Modifier and Type Method Description LinkStartBeforeNode[]LinkStartBeforeNode. getLinkedStartBeforeNodes()Obtains theLinkStartBeforeNodeinstances.Methods in net.officefloor.compile.internal.structure with parameters of type LinkStartBeforeNode Modifier and Type Method Description booleanLinkStartBeforeNode. linkStartBeforeNode(LinkStartBeforeNode node)Links thisLinkStartBeforeNodeto start before the inputLinkStartBeforeNode.
-