Home | History | Annotate | Download | only in text

Lines Matching defs:syntaxError

418                 syntaxError("Misplaced " + CURSOR_POS, rule, start);
474 syntaxError("Unclosed segment", rule, start);
481 syntaxError("Malformed variable reference", rule, start);
495 syntaxError("Trailing backslash", rule, start);
501 syntaxError("Malformed escape", rule, start);
523 syntaxError("Unterminated quote", rule, start);
547 syntaxError("Illegal character '" + c + '\'', rule, start);
559 syntaxError("Misplaced anchor start",
599 syntaxError("Invalid function", rule, start);
604 syntaxError("Invalid function ID", rule, start);
645 syntaxError("Undefined segment reference",
694 syntaxError("Misplaced quantifier", rule, start);
759 syntaxError("Multiple ante contexts", rule, start);
765 syntaxError("Multiple post contexts", rule, start);
771 syntaxError("Multiple cursors", rule, start);
778 syntaxError("Misplaced " + c, rule, start);
783 syntaxError("Misplaced " + c, rule, start);
793 syntaxError("Misplaced " + c, rule, start);
809 syntaxError("Unquoted " + c, rule, start);
1010 syntaxError("Multiple global filters", rule, pos);
1018 syntaxError("Invalid ::ID", rule, pos);
1043 syntaxError("Unrecognized pragma", rule, pos);
1157 syntaxError("No operator pos=" + pos, rule, start);
1188 syntaxError("Unquoted operator", rule, start);
1201 syntaxError("Missing '$' or duplicate definition", rule, start);
1204 syntaxError("Malformed LHS", rule, start);
1208 syntaxError("Malformed variable def", rule, start);
1223 syntaxError("Undefined variable $" + undefinedVariableName,
1229 syntaxError("Undefined segment reference", rule, start);
1233 syntaxError("Internal error", rule, start); // will never happen
1238 syntaxError("Internal error", rule, start); // will never happen
1291 syntaxError("Malformed rule", rule, start);
1334 syntaxError("Variable range character in rule", rule, start);
1435 static final void syntaxError(String msg, String rule, int start) {