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 classOfficeNodeImplOfficeNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionVisitor Modifier and Type Method Description booleanManagedFunctionNodeImpl. souceManagedFunction(ManagedFunctionVisitor visitor, CompileContext compileContext)booleanSectionNodeImpl. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)booleanSectionNodeImpl. 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 booleanManagedFunctionNode. souceManagedFunction(ManagedFunctionVisitor managedFunctionVisitor, CompileContext compileContext)Sources theManagedFunction.booleanSectionNode. sourceSection(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)Sources the section into thisSectionNode.booleanSectionNode. sourceSectionTree(ManagedFunctionVisitor managedFunctionVisitor, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext, boolean isLoadingType)Sources thisSectionNodeand all its descendantNodeinstances recursively.
-