Interface IOperationSignatureExtractor
- All Known Implementing Classes:
JavaOperationSignatureExtractor
public interface IOperationSignatureExtractor
A
IOperationSignatureExtractor sets the list of modifiers, the return type, the name and
the parameters of a OperationType based on its signature.- Since:
- 1.14
-
Method Summary
Modifier and Type Method Description voidextract(kieker.model.analysismodel.type.OperationType operationType)
-
Method Details
-
extract
void extract(kieker.model.analysismodel.type.OperationType operationType)- Since:
- 1.14
-