Interface CompileSectionContext
-
public interface CompileSectionContext
Context for theCompileSectionExtension
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionDesigner
getSectionDesigner()
Obtains theSectionDesigner
.SectionSourceContext
getSectionSourceContext()
Obtains theSectionSourceContext
.
-
-
-
Method Detail
-
getSectionDesigner
SectionDesigner getSectionDesigner()
Obtains theSectionDesigner
.- Returns:
SectionDesigner
.
-
getSectionSourceContext
SectionSourceContext getSectionSourceContext()
Obtains theSectionSourceContext
.- Returns:
SectionSourceContext
.
-
-