Uses of Interface
net.officefloor.compile.internal.structure.ManagedFunctionVisitor
-
Packages that use ManagedFunctionVisitor Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of ManagedFunctionVisitor in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedFunctionVisitor Modifier and Type Class Description class
OfficeNodeImpl
OfficeNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionVisitor Modifier and Type Method Description boolean
ManagedFunctionNodeImpl. souceManagedFunction(ManagedFunctionVisitor visitor, CompileContext compileContext)
boolean
SectionNodeImpl. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
boolean
SectionNodeImpl. sourceSectionTree(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
-
Uses of ManagedFunctionVisitor in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type ManagedFunctionVisitor Modifier and Type Method Description boolean
ManagedFunctionNode. souceManagedFunction(ManagedFunctionVisitor managedFunctionVisitor, CompileContext compileContext)
Sources theManagedFunction
.boolean
SectionNode. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
Sources the section into thisSectionNode
.boolean
SectionNode. sourceSectionTree(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)
Sources thisSectionNode
and all its descendantNode
instances recursively.
-