errorMsgText top-level constant

List<String> const errorMsgText

Implementation

const  errorMsgText = [
     /* LEX_ERROR_CODE */                       'unexpected character ignored', //$NON-NLS-1$
     /* ERROR_CODE */                           'parsing terminated at this token', //$NON-NLS-1$
     /* BEFORE_CODE */                          ' inserted before this token', //$NON-NLS-1$
     /* INSERTION_CODE */                       ' expected after this token', //$NON-NLS-1$
     /* INVALID_CODE */                         'unexpected input discarded', //$NON-NLS-1$
     /* SUBSTITUTION_CODE, SECONDARY_CODE */    ' expected instead of this input', //$NON-NLS-1$
     /* DELETION_CODE */                        ' unexpected token(s) ignored', //$NON-NLS-1$
     /* MERGE_CODE */                           ' formed from merged tokens', //$NON-NLS-1$
     /* MISPLACED_CODE */                       'misplaced construct(s)', //$NON-NLS-1$
     /* SCOPE_CODE */                           ' inserted to complete scope', //$NON-NLS-1$
     /* EOF_CODE */                             ' reached after this token', //$NON-NLS-1$
     /* INVALID_TOKEN_CODE, ERROR_RULE_ERROR */ ' is invalid', //$NON-NLS-1$
     /* ERROR_RULE_WARNING */                   ' is ignored', //$NON-NLS-1$
     /* NO_MESSAGE_CODE */                      '' //$NON-NLS-1$
    ];