Interface ClassSectionParameterInterrogatorContext
-
- All Known Implementing Classes:
ClassSectionParameterInterrogation
public interface ClassSectionParameterInterrogatorContextContext for theClassSectionParameterInterrogator.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionObjectType<?>getManagedFunctionObjectType()Obtains theManagedFunctionObjectType.SourceContextgetSourceContext()Obtains theSourceContext.
-
-
-
Method Detail
-
getManagedFunctionObjectType
ManagedFunctionObjectType<?> getManagedFunctionObjectType()
Obtains theManagedFunctionObjectType.- Returns:
ManagedFunctionObjectType.
-
getSourceContext
SourceContext getSourceContext()
Obtains theSourceContext.- Returns:
SourceContext.
-
-