Class GhostInvocationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
liquidjava.diagnostics.LJDiagnostic
liquidjava.diagnostics.errors.LJError
liquidjava.diagnostics.errors.GhostInvocationError
- All Implemented Interfaces:
Serializable
Error indicating that a ghost method invocation is invalid (e.g., has wrong arguments)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGhostInvocationError(String message, spoon.reflect.cu.SourcePosition pos, Expression expected, TranslationTable translationTable) -
Method Summary
Methods inherited from class liquidjava.diagnostics.errors.LJError
getTranslationTableMethods inherited from class liquidjava.diagnostics.LJDiagnostic
equals, getDetails, getFile, getMessage, getPosition, getSnippet, getTitle, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
GhostInvocationError
public GhostInvocationError(String message, spoon.reflect.cu.SourcePosition pos, Expression expected, TranslationTable translationTable)
-
-
Method Details
-
getExpected
-