Interface ManagedObjectSourceVisitor
-
- All Known Implementing Classes:
OfficeFloorNodeImpl
public interface ManagedObjectSourceVisitorVisits eachManagedObjectSourceNode.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(ManagedObjectType<?> managedObjectType, ManagedObjectSourceNode managedObjectSourceNode, CompileContext compileContext)Visits theManagedObjectSourceNode.
-
-
-
Method Detail
-
visit
void visit(ManagedObjectType<?> managedObjectType, ManagedObjectSourceNode managedObjectSourceNode, CompileContext compileContext)
Visits theManagedObjectSourceNode.- Parameters:
managedObjectType-ManagedObjectType.managedObjectSourceNode-ManagedObjectSourceNode.compileContext-CompileContext.
-
-