INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

description: "Compilation error constants for regular expression matcher"
cluster: matcher
class REGEXP_ERRORS
feature -- Compile error constants

Re_unmatched_parenthesis: INTEGER

Re_unmatched_brackets: INTEGER

Re_invalid_range: INTEGER

Re_unmatched_braces: INTEGER

Re_invalid_char_class: INTEGER

Re_possibly_empty: INTEGER

Re_empty_repeat: INTEGER

Re_nested_repeat: INTEGER

Re_trailing_backslash: INTEGER

default_error_text (errno: INTEGER): STRING
-- Return corresponding error text to `errno'
end -- class REGEXP_ERRORS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES