Interface ManagedObjectSourceVisitor
- All Known Implementing Classes:
OfficeFloorNodeImpl
public interface ManagedObjectSourceVisitor
Visits each
ManagedObjectSourceNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ManagedObjectType<?> managedObjectType, ManagedObjectSourceNode managedObjectSourceNode, CompileContext compileContext) Visits theManagedObjectSourceNode.
-
Method Details
-
visit
void visit(ManagedObjectType<?> managedObjectType, ManagedObjectSourceNode managedObjectSourceNode, CompileContext compileContext) Visits theManagedObjectSourceNode.- Parameters:
managedObjectType-ManagedObjectType.managedObjectSourceNode-ManagedObjectSourceNode.compileContext-CompileContext.
-