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