Class I18N
java.lang.Object
org.gvsig.expressionevaluator.impl.I18N
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic StringA_XTokenX_was_expected_and_XliteralX_was_found(String expected, String found) static Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic StringNumber_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX(String identifier, int expected, int found) static StringNumber_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX(String identifier, org.apache.commons.lang3.Range expected, int found) static StringNumber_of_argument_mistmatch_in_operator_XIdentifierX_expected_1_got_XargcX(String identifier, int argc) static StringNumber_of_argument_mistmatch_in_operator_XIdentifierX_expected_2_got_XargcX(String identifier, int argc) static StringProblems_calling_function_XIdentifierX_with_args_XargsX(String identifier, String args) static StringUndefined_function_XIdentifierX(String identifier) static StringUndefined_variable_XIdentifierX(String identifier) static Stringstatic String
-
Constructor Details
-
I18N
public I18N()
-
-
Method Details
-
Cant_recognize_the_second_operand_of_operator
-
Cant_recognize_the_second_operand_of_AND_operator
-
Cant_recognize_the_second_operand_of_OR_operator
-
Cant_recognize_the_second_operand_of_LT_operator
-
Cant_recognize_the_second_operand_of_LE_operator
-
Cant_recognize_the_second_operand_of_GT_operator
-
Cant_recognize_the_second_operand_of_GE_operator
-
Cant_recognize_the_second_operand_of_EQ_operator
-
Cant_recognize_the_second_operand_of_NEQ_operator
-
Cant_recognize_the_second_operand_of_IS_operator
-
Cant_recognize_the_second_operand_of_REGEXP_operator
-
Cant_recognize_the_second_operand_of_LIKE_operator
-
Cant_recognize_the_second_operand_of_ILIKE_operator
-
Cant_recognize_the_second_operand_of_MULT_operator
-
Cant_recognize_the_second_operand_of_DIV_operator
-
Cant_recognize_the_second_operand_of_MOD_operator
-
An_attribute_identifier_was_expected_and_XliteralX_was_found
-
An_identifier_was_expected_and_XliteralX_was_found
-
A_string_literal_was_expected
-
A_XTokenX_was_expected_and_XliteralX_was_found
-
Closing_parenthesis_was_expected_and_XliteralX_was_found
-
End_of_string_was_expected_and_end_of_source_was_found
-
Incorrect_string_length
-
Incorrect_identifier_length
-
unexpected_end_of_source
-
Closing_parenthesis_was_expected_and_end_of_source_was_found
-
Closing_square_bracket_was_expected_and_end_of_source_was_found
-
Undefined_variable_XIdentifierX
-
Undefined_function_XIdentifierX
-
Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_1_got_XargcX
-
Number_of_argument_mistmatch_in_operator_XIdentifierX_expected_2_got_XargcX
-
Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX
-
Number_of_argument_mistmatch_in_function_XIdentifierX_expected_XexpectedX_got_XfoundX
-
Problems_calling_function_XIdentifierX_with_args_XargsX
-
Use_the_operator_CONCAT_to_concatenate_strings
-
A_numeric_constant_was_expected_after_the_unary_operator_minus
-
nonkeyword_arg_after_keyword_arg
-
Cant_recognize_the_operand_N_of_BETWEEN_operator
-