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(String message, spoon.reflect.cu.SourcePosition pos, Expression expected, TranslationTable translationTable)
  • Method Details

    • getExpected

      public String getExpected()