Interface MethodChecker

All Known Implementing Classes:
MethodCheckerImpl

public interface MethodChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Method>
    T
    checkMethod(Method mem, org.eclipse.jdt.core.dom.IMethodBinding binding)
     
  • Method Details

    • checkMethod

      <T extends Method> T checkMethod(Method mem, org.eclipse.jdt.core.dom.IMethodBinding binding)