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 details, String methodName, String className)
  • Method Details

    • getMethodName

      public String getMethodName()
    • getClassName

      public String getClassName()