Interface ClassSectionLoaderContext
-
- All Known Subinterfaces:
FunctionClassSectionLoaderContext,ObjectClassSectionLoaderContext
- All Known Implementing Classes:
ClassSectionLoader
public interface ClassSectionLoaderContextContext for theClassSectionLoader.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionDesignergetSectionDesigner()Obtains theSectionDesigner.ClassSectionFlowContextgetSectionFlowContext()Obtains theClassSectionFlowContext.ClassSectionObjectContextgetSectionObjectContext()Obtains theClassSectionObjectContext.SectionSourceContextgetSectionSourceContext()Obtains theSectionSourceContext.
-
-
-
Method Detail
-
getSectionObjectContext
ClassSectionObjectContext getSectionObjectContext()
Obtains theClassSectionObjectContext.- Returns:
ClassSectionObjectContext.
-
getSectionFlowContext
ClassSectionFlowContext getSectionFlowContext()
Obtains theClassSectionFlowContext.- Returns:
ClassSectionFlowContext.
-
getSectionDesigner
SectionDesigner getSectionDesigner()
Obtains theSectionDesigner.- Returns:
SectionDesigner.
-
getSectionSourceContext
SectionSourceContext getSectionSourceContext()
Obtains theSectionSourceContext.- Returns:
SectionSourceContext.
-
-