Searched defs:tokenImage (Results 1 - 12 of 12) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
51 tokenImage = tokenImageVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
96 * This is a reference to the "tokenImage" array of the generated
100 public String[] tokenImage; field in class:ParseException
123 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(" ");
135 retval += tokenImage[0];
H A DAddressListParserConstants.java39 String[] tokenImage = { field in interface:AddressListParserConstants
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
51 tokenImage = tokenImageVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
96 * This is a reference to the "tokenImage" array of the generated
100 public String[] tokenImage; field in class:ParseException
123 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(" ");
135 retval += tokenImage[0];
H A DContentTypeParserConstants.java35 String[] tokenImage = { field in interface:ContentTypeParserConstants
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParserConstants.java34 String[] tokenImage = { field in interface:DateTimeParserConstants
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
51 tokenImage = tokenImageVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
96 * This is a reference to the "tokenImage" array of the generated
100 public String[] tokenImage; field in class:ParseException
123 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(" ");
135 retval += tokenImage[0];
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
51 tokenImage = tokenImageVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
96 * This is a reference to the "tokenImage" array of the generated
100 public String[] tokenImage; field in class:ParseException
123 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(" ");
135 retval += tokenImage[0];
H A DAddressListParserConstants.java39 String[] tokenImage = { field in interface:AddressListParserConstants
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
51 tokenImage = tokenImageVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
96 * This is a reference to the "tokenImage" array of the generated
100 public String[] tokenImage; field in class:ParseException
123 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(" ");
135 retval += tokenImage[0];
H A DContentTypeParserConstants.java35 String[] tokenImage = { field in interface:ContentTypeParserConstants
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
H A DDateTimeParserConstants.java34 String[] tokenImage = { field in interface:DateTimeParserConstants
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
51 tokenImage = tokenImageVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
96 * This is a reference to the "tokenImage" array of the generated
100 public String[] tokenImage; field in class:ParseException
123 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(" ");
135 retval += tokenImage[0];

Completed in 1070 milliseconds