dods.dap.parser
Class ErrorParser
java.lang.Object
|
+--dods.dap.parser.ErrorParser
- All Implemented Interfaces:
- ErrorParserConstants
- public class ErrorParser
- extends java.lang.Object
- implements ErrorParserConstants
| Fields inherited from interface dods.dap.parser.ErrorParserConstants |
CODE, DEFAULT, EOF, ERROR, INT, MSG, PROGRAM, PTYPE, QUOTED_STR, STR, tokenImage, UNQUOTED_STR, UNTERM_QUOTE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public ErrorParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
ErrorParser
public ErrorParser(java.io.InputStream stream)
ErrorParser
public ErrorParser(java.io.Reader stream)
ErrorParser
public ErrorParser(ErrorParserTokenManager tm)
ErrorObject
public final void ErrorObject(DODSException exception)
throws ParseException
ParseException
Contents
public final void Contents()
throws ParseException
ParseException
Description
public final void Description()
throws ParseException
ParseException
Program
public final void Program()
throws ParseException
ParseException
Code
public final void Code()
throws ParseException
ParseException
Message
public final void Message()
throws ParseException
ParseException
ProgramType
public final void ProgramType()
throws ParseException
ParseException
ProgramCode
public final void ProgramCode()
throws ParseException
ParseException
ReInit
public void ReInit(java.io.InputStream stream)
ReInit
public void ReInit(java.io.Reader stream)
ReInit
public void ReInit(ErrorParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()