Uses of Interface
net.officefloor.compile.internal.structure.TeamNode
Packages that use TeamNode
Package
Description
-
Uses of TeamNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return TeamNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createTeamNode(String teamName, OfficeFloorNode officeFloor) Methods in net.officefloor.compile.impl with parameters of type TeamNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.getTeamLoader(TeamNode node) <S extends TeamSource>
Class<S>OfficeFloorCompilerImpl.getTeamSourceClass(String teamSourceName, TeamNode node) -
Uses of TeamNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement TeamNodeMethods in net.officefloor.compile.impl.structure with parameters of type TeamNodeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadTeamType(TeamNode teamNode) voidOfficeFloorNodeImpl.visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext) -
Uses of TeamNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return TeamNodeModifier and TypeMethodDescriptionNodeContext.createTeamNode(String teamName, OfficeFloorNode officeFloor) Creates theTeamNode.Methods in net.officefloor.compile.internal.structure with parameters of type TeamNodeModifier and TypeMethodDescriptionCompileContext.getOrLoadTeamType(TeamNode teamNode) NodeContext.getTeamLoader(TeamNode node) Obtains theTeamLoader.<S extends TeamSource>
Class<S>NodeContext.getTeamSourceClass(String teamSourceClassName, TeamNode node) Obtains theTeamSourceclass.voidTeamVisitor.visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext) Visits theTeamNode.