Uses of Interface
net.officefloor.compile.internal.structure.LinkOfficeNode
Packages that use LinkOfficeNode
Package
Description
-
Uses of LinkOfficeNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkOfficeNodeModifier and TypeClassDescriptionclassManagingOfficeNodeimplementation.classOfficeNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkOfficeNodeModifier and TypeMethodDescriptionManagingOfficeNodeImpl.getLinkedOfficeNode()OfficeNodeImpl.getLinkedOfficeNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkOfficeNodeModifier and TypeMethodDescriptionbooleanManagingOfficeNodeImpl.linkOfficeNode(LinkOfficeNode node) booleanOfficeNodeImpl.linkOfficeNode(LinkOfficeNode node) -
Uses of LinkOfficeNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkOfficeNodeModifier and TypeMethodDescriptionstatic booleanLinkUtil.linkOfficeNode(LinkOfficeNode node, LinkOfficeNode linkNode, CompilerIssues issues, Consumer<LinkOfficeNode> loader) Links theLinkOfficeNode.static <T extends Node>
TLinkUtil.retrieveTarget(LinkOfficeNode link, Class<T> targetType, CompilerIssues issues) Retrieves the target link by the specified type.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkOfficeNodeModifier and TypeMethodDescriptionstatic booleanLinkUtil.linkOfficeNode(LinkOfficeNode node, LinkOfficeNode linkNode, CompilerIssues issues, Consumer<LinkOfficeNode> loader) Links theLinkOfficeNode. -
Uses of LinkOfficeNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkOfficeNode in net.officefloor.compile.internal.structureMethods in net.officefloor.compile.internal.structure that return LinkOfficeNodeModifier and TypeMethodDescriptionLinkOfficeNode.getLinkedOfficeNode()Obtains theLinkOfficeNodelinked to thisLinkOfficeNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkOfficeNodeModifier and TypeMethodDescriptionbooleanLinkOfficeNode.linkOfficeNode(LinkOfficeNode node) Links the inputLinkOfficeNodeto thisLinkOfficeNode.