java.lang.Object
org.gvsig.expressionevaluator.impl.I18N

public class I18N extends Object
Author:
jjdelcerro
  • Constructor Details

    • I18N

      public I18N()
  • Method Details

    • Cant_recognize_the_second_operand_of_operator

      public static String Cant_recognize_the_second_operand_of_operator(String operator)
    • Cant_recognize_the_second_operand_of_AND_operator

      public static String Cant_recognize_the_second_operand_of_AND_operator()
    • Cant_recognize_the_second_operand_of_OR_operator

      public static String Cant_recognize_the_second_operand_of_OR_operator()
    • Cant_recognize_the_second_operand_of_LT_operator

      public static String Cant_recognize_the_second_operand_of_LT_operator()
    • Cant_recognize_the_second_operand_of_LE_operator

      public static String Cant_recognize_the_second_operand_of_LE_operator()
    • Cant_recognize_the_second_operand_of_GT_operator

      public static String Cant_recognize_the_second_operand_of_GT_operator()
    • Cant_recognize_the_second_operand_of_GE_operator

      public static String Cant_recognize_the_second_operand_of_GE_operator()
    • Cant_recognize_the_second_operand_of_EQ_operator

      public static String Cant_recognize_the_second_operand_of_EQ_operator()
    • Cant_recognize_the_second_operand_of_NEQ_operator

      public static String Cant_recognize_the_second_operand_of_NEQ_operator()
    • Cant_recognize_the_second_operand_of_IS_operator

      public static String Cant_recognize_the_second_operand_of_IS_operator()
    • Cant_recognize_the_second_operand_of_REGEXP_operator

      public static String Cant_recognize_the_second_operand_of_REGEXP_operator()
    • Cant_recognize_the_second_operand_of_LIKE_operator

      public static String Cant_recognize_the_second_operand_of_LIKE_operator()
    • Cant_recognize_the_second_operand_of_ILIKE_operator

      public static String Cant_recognize_the_second_operand_of_ILIKE_operator()
    • Cant_recognize_the_second_operand_of_MULT_operator

      public static String Cant_recognize_the_second_operand_of_MULT_operator()
    • Cant_recognize_the_second_operand_of_DIV_operator

      public static String Cant_recognize_the_second_operand_of_DIV_operator()
    • Cant_recognize_the_second_operand_of_MOD_operator

      public static String Cant_recognize_the_second_operand_of_MOD_operator()
    • An_attribute_identifier_was_expected_and_XliteralX_was_found

      public static String An_attribute_identifier_was_expected_and_XliteralX_was_found(String literal)
    • An_identifier_was_expected_and_XliteralX_was_found

      public static String An_identifier_was_expected_and_XliteralX_was_found(String literal)
    • A_string_literal_was_expected

      public static String A_string_literal_was_expected()
    • A_XTokenX_was_expected_and_XliteralX_was_found

      public static String A_XTokenX_was_expected_and_XliteralX_was_found(String expected, String found)
    • Closing_parenthesis_was_expected_and_XliteralX_was_found

      public static String Closing_parenthesis_was_expected_and_XliteralX_was_found(String literal)
    • End_of_string_was_expected_and_end_of_source_was_found

      public static String End_of_string_was_expected_and_end_of_source_was_found()
    • Incorrect_string_length

      public static String Incorrect_string_length()
    • Incorrect_identifier_length

      public static String Incorrect_identifier_length()
    • unexpected_end_of_source

      public static String unexpected_end_of_source()
    • Closing_parenthesis_was_expected_and_end_of_source_was_found

      public static String Closing_parenthesis_was_expected_and_end_of_source_was_found()
    • Closing_square_bracket_was_expected_and_end_of_source_was_found

      public static String Closing_square_bracket_was_expected_and_end_of_source_was_found()
    • Undefined_variable_XIdentifierX

      public static String Undefined_variable_XIdentifierX(String identifier)
    • Undefined_function_XIdentifierX

      public static String Undefined_function_XIdentifierX(String identifier)
    • Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_1_got_XargcX

      public static String Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_1_got_XargcX(String identifier, int argc)
    • Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_2_got_XargcX

      public static String Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_2_got_XargcX(String identifier, int argc)
    • Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX

      public static String Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX(String identifier, int expected, int found)
    • Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX

      public static String Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX(String identifier, org.apache.commons.lang3.Range expected, int found)
    • Problems_calling_function_XIdentifierX_with_args_XargsX

      public static String Problems_calling_function_XIdentifierX_with_args_XargsX(String identifier, String args)
    • Use_the_operator_CONCAT_to_concatenate_strings

      public static String Use_the_operator_CONCAT_to_concatenate_strings()
    • A_numeric_constant_was_expected_after_the_unary_operator_minus

      public static String A_numeric_constant_was_expected_after_the_unary_operator_minus()
    • nonkeyword_arg_after_keyword_arg

      public static String nonkeyword_arg_after_keyword_arg()
    • Cant_recognize_the_operand_N_of_BETWEEN_operator

      public static String Cant_recognize_the_operand_N_of_BETWEEN_operator(int n)