Class ExternalMethodNotFoundWarning

All Implemented Interfaces:
Serializable

public class ExternalMethodNotFoundWarning extends LJWarning
Warning indicating that a method referenced in an external refinement was not found
See Also:
  • Constructor Details

    • ExternalMethodNotFoundWarning

      public ExternalMethodNotFoundWarning(spoon.reflect.declaration.CtElement element, String message, String methodName, String className, String[] overloads)
  • Method Details