Searched refs:beginLine (Results 1 - 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DAddressListParserTokenManager.java791 t.beginLine = input_stream.getBeginLine();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DContentTypeParserTokenManager.java677 t.beginLine = input_stream.getBeginLine();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DDateTimeParserTokenManager.java716 t.beginLine = input_stream.getBeginLine();

Completed in 86 milliseconds