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.cu.SourcePosition position, String message, String methodName, String className, String[] overloads)
  • Method Details