org.axiondb.parser
public class AxionDateTimeFormatParser extends Object implements AxionDateTimeFormatParserConstants
Field Summary | |
---|---|
Token | jj_nt Next token. |
Token | token Current token. |
AxionDateTimeFormatParserTokenManager | token_source Generated Token Manager. |
Constructor Summary | |
---|---|
AxionDateTimeFormatParser() | |
AxionDateTimeFormatParser(InputStream stream) Constructor with InputStream. | |
AxionDateTimeFormatParser(InputStream stream, String encoding) Constructor with InputStream and supplied encoding | |
AxionDateTimeFormatParser(Reader stream) Constructor. | |
AxionDateTimeFormatParser(AxionDateTimeFormatParserTokenManager tm) Constructor with generated Token Manager. |
Method Summary | |
---|---|
String | convertToJavaFormat() |
void | disable_tracing() Disable tracing. |
void | enable_tracing() Enable tracing. |
ParseException | generateParseException() Generate ParseException. |
Token | getNextToken() Get the next Token. |
Token | getToken(int index) Get the specific Token. |
String | parseDateTimeFormatToJava(String dtPattern) |
void | ReInit(InputStream stream) Reinitialise. |
void | ReInit(InputStream stream, String encoding) Reinitialise. |
void | ReInit(Reader stream) Reinitialise. |
void | ReInit(AxionDateTimeFormatParserTokenManager tm) Reinitialise. |