Interface ManagedObjectSourceVisitor
-
- All Known Implementing Classes:
OfficeFloorNodeImpl
public interface ManagedObjectSourceVisitor
Visits eachManagedObjectSourceNode
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(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
.
-
-