Class GhostInvocationError

All Implemented Interfaces:
Serializable

public class GhostInvocationError extends LJError
Error indicating that a ghost method invocation is invalid (e.g., has wrong arguments)
See Also:
  • Constructor Details

    • GhostInvocationError

      public GhostInvocationError(spoon.reflect.declaration.CtElement element, Predicate expected)
  • Method Details