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 TranslationTableModifierConstructorDescriptionArgumentMismatchError(String message, spoon.reflect.cu.SourcePosition position, TranslationTable translationTable) LJError(String title, String message, spoon.reflect.cu.SourcePosition pos, TranslationTable translationTable) NotFoundError(spoon.reflect.cu.SourcePosition position, String name, String kind, TranslationTable translationTable) RefinementError(spoon.reflect.cu.SourcePosition position, ValDerivationNode expected, ValDerivationNode found, TranslationTable translationTable) StateConflictError(spoon.reflect.cu.SourcePosition position, Expression state, TranslationTable translationTable) StateRefinementError(spoon.reflect.cu.SourcePosition position, Expression expected, Expression found, TranslationTable translationTable)