Interface ClassSectionLoaderContext
-
- All Known Subinterfaces:
FunctionClassSectionLoaderContext
,ObjectClassSectionLoaderContext
- All Known Implementing Classes:
ClassSectionLoader
public interface ClassSectionLoaderContext
Context for theClassSectionLoader
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionDesigner
getSectionDesigner()
Obtains theSectionDesigner
.ClassSectionFlowContext
getSectionFlowContext()
Obtains theClassSectionFlowContext
.ClassSectionObjectContext
getSectionObjectContext()
Obtains theClassSectionObjectContext
.SectionSourceContext
getSectionSourceContext()
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
.
-
-