public class I18N
extends java.lang.Object
Constructor and Description |
---|
I18N() |
public static java.lang.String Cant_recognize_the_second_operand_of_operator(java.lang.String operator)
public static java.lang.String Cant_recognize_the_second_operand_of_AND_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_OR_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_LT_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_LE_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_GT_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_GE_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_EQ_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_NEQ_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_IS_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_REGEXP_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_LIKE_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_ILIKE_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_MULT_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_DIV_operator()
public static java.lang.String Cant_recognize_the_second_operand_of_MOD_operator()
public static java.lang.String An_attribute_identifier_was_expected_and_XliteralX_was_found(java.lang.String literal)
public static java.lang.String An_identifier_was_expected_and_XliteralX_was_found(java.lang.String literal)
public static java.lang.String A_string_literal_was_expected()
public static java.lang.String A_XTokenX_was_expected_and_XliteralX_was_found(java.lang.String expected, java.lang.String found)
public static java.lang.String Closing_parenthesis_was_expected_and_XliteralX_was_found(java.lang.String literal)
public static java.lang.String End_of_string_was_expected_and_end_of_source_was_found()
public static java.lang.String Incorrect_string_length()
public static java.lang.String Incorrect_identifier_length()
public static java.lang.String unexpected_end_of_source()
public static java.lang.String Closing_parenthesis_was_expected_and_end_of_source_was_found()
public static java.lang.String Closing_square_bracket_was_expected_and_end_of_source_was_found()
public static java.lang.String Undefined_variable_XIdentifierX(java.lang.String identifier)
public static java.lang.String Undefined_function_XIdentifierX(java.lang.String identifier)
public static java.lang.String Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_1_got_XargcX(java.lang.String identifier, int argc)
public static java.lang.String Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_2_got_XargcX(java.lang.String identifier, int argc)
public static java.lang.String Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX(java.lang.String identifier, int expected, int found)
public static java.lang.String Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX(java.lang.String identifier, Range expected, int found)
public static java.lang.String Problems_calling_function_XIdentifierX_with_args_XargsX(java.lang.String identifier, java.lang.String args)
public static java.lang.String Use_the_operator_CONCAT_to_concatenate_strings()
public static java.lang.String A_numeric_constant_was_expected_after_the_unary_operator_minus()
public static java.lang.String nonkeyword_arg_after_keyword_arg()
public static java.lang.String Cant_recognize_the_operand_N_of_BETWEEN_operator(int n)