Interface ClassSectionLoaderContext
- All Known Subinterfaces:
FunctionClassSectionLoaderContext,ObjectClassSectionLoaderContext
- All Known Implementing Classes:
ClassSectionLoader
public interface ClassSectionLoaderContext
Context for the
ClassSectionLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theSectionDesigner.Obtains theClassSectionFlowContext.Obtains theClassSectionObjectContext.Obtains theSectionSourceContext.
-
Method Details
-
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.
-