Uses of Class
liquidjava.diagnostics.TranslationTable
Packages that use TranslationTable
-
Uses of TranslationTable in liquidjava.diagnostics.errors
Methods in liquidjava.diagnostics.errors that return TranslationTableConstructors in liquidjava.diagnostics.errors with parameters of type TranslationTableModifierConstructorDescriptionGhostInvocationError(String message, spoon.reflect.cu.SourcePosition pos, Expression expected, TranslationTable translationTable) LJError(String title, String message, String details, spoon.reflect.cu.SourcePosition pos, TranslationTable translationTable) NotFoundError(spoon.reflect.declaration.CtElement element, String message, TranslationTable translationTable) RefinementError(spoon.reflect.declaration.CtElement element, Expression expected, ValDerivationNode found, TranslationTable translationTable) StateConflictError(spoon.reflect.declaration.CtElement element, Expression state, String className, TranslationTable translationTable) StateRefinementError(spoon.reflect.declaration.CtElement element, String method, Expression[] expected, Expression found, TranslationTable translationTable)