Class InvalidRefinementError

All Implemented Interfaces:
Serializable

public class InvalidRefinementError extends LJError
Error indicating that a refinement is invalid (e.g., not a boolean expression)
See Also:
  • Constructor Details

    • InvalidRefinementError

      public InvalidRefinementError(spoon.reflect.cu.SourcePosition position, String message, String refinement)
  • Method Details

    • getRefinement

      public String getRefinement()