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
Author:
Sören Henning
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extract(OperationType operationType)
     
  • Method Details

    • extract

      void extract(OperationType operationType)
      Since:
      1.14