Lines Matching full:separator
233 // Read the opening parenthesis or the separator, if any.
281 // Read the separator, if any.
295 throw new ParseException("Expecting class path separator '" + ConfigurationConstants.JAR_SEPARATOR_KEYWORD +
803 // We still have to read the closing separator.
804 readNextWord("separator '" + ConfigurationConstants.SEPARATOR_KEYWORD + "'");
808 throw new ParseException("Expecting separator '" + ConfigurationConstants.SEPARATOR_KEYWORD +
848 "' or separator '" + ConfigurationConstants.SEPARATOR_KEYWORD + "'");
887 // Read the separator after the closing parenthesis.
888 readNextWord("separator '" + ConfigurationConstants.SEPARATOR_KEYWORD + "'");
892 throw new ParseException("Expecting separator '" + ConfigurationConstants.SEPARATOR_KEYWORD +
908 "' or separator '" + ConfigurationConstants.SEPARATOR_KEYWORD +