Searched refs:expectedTokenSequences (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
50 expectedTokenSequences = expectedTokenSequencesVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
93 public int[][] expectedTokenSequences; field in class:ParseException
105 * "currentToken" and "expectedTokenSequences" to generate a parse
118 for (int i = 0; i < expectedTokenSequences.length; i++) {
119 if (maxSize < expectedTokenSequences[i].length) {
120 maxSize = expectedTokenSequences[i].length;
122 for (int j = 0; j < expectedTokenSequences[i].length; j++) {
123 expected.append(tokenImage[expectedTokenSequences[
[all...]
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
50 expectedTokenSequences = expectedTokenSequencesVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
93 public int[][] expectedTokenSequences; field in class:ParseException
105 * "currentToken" and "expectedTokenSequences" to generate a parse
118 for (int i = 0; i < expectedTokenSequences.length; i++) {
119 if (maxSize < expectedTokenSequences[i].length) {
120 maxSize = expectedTokenSequences[i].length;
122 for (int j = 0; j < expectedTokenSequences[i].length; j++) {
123 expected.append(tokenImage[expectedTokenSequences[
[all...]
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
H A DParseException.java34 * "expectedTokenSequences", and "tokenImage" set. The boolean
50 expectedTokenSequences = expectedTokenSequencesVal;
59 * "expectedTokenSequences", and "tokenImage" do not contain
93 public int[][] expectedTokenSequences; field in class:ParseException
105 * "currentToken" and "expectedTokenSequences" to generate a parse
118 for (int i = 0; i < expectedTokenSequences.length; i++) {
119 if (maxSize < expectedTokenSequences[i].length) {
120 maxSize = expectedTokenSequences[i].length;
122 for (int j = 0; j < expectedTokenSequences[i].length; j++) {
123 expected.append(tokenImage[expectedTokenSequences[
[all...]

Completed in 102 milliseconds