public class DDSParser extends java.lang.Object implements DDSParserConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt |
boolean |
lookingAhead |
Token |
token |
DDSParserTokenManager |
token_source |
| Constructor and Description |
|---|
DDSParser(DDSParserTokenManager tm) |
DDSParser(java.io.InputStream stream) |
DDSParser(java.io.Reader stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayDecl() |
java.lang.String |
BaseType() |
void |
Dataset(dods.dap.DDS dds,
dods.dap.BaseTypeFactory factory) |
void |
Declaration() |
void |
Declarations() |
void |
disable_tracing() |
void |
enable_tracing() |
ParseException |
generateParseException() |
Token |
getNextToken() |
Token |
getToken(int index) |
java.lang.String |
Grid() |
java.lang.String |
List() |
void |
Name() |
java.lang.String |
NonListDecl() |
void |
ReInit(DDSParserTokenManager tm) |
void |
ReInit(java.io.InputStream stream) |
void |
ReInit(java.io.Reader stream) |
java.lang.String |
Sequence() |
java.lang.String |
Structure() |
java.lang.String |
Var() |
public DDSParserTokenManager token_source
public Token token
public Token jj_nt
public boolean lookingAhead
public DDSParser(java.io.InputStream stream)
public DDSParser(java.io.Reader stream)
public DDSParser(DDSParserTokenManager tm)
public final void Dataset(dods.dap.DDS dds,
dods.dap.BaseTypeFactory factory)
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic final void Declarations()
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic final void Declaration()
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic final java.lang.String NonListDecl()
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic final java.lang.String List()
throws ParseException
ParseExceptionpublic final java.lang.String Structure()
throws ParseException
ParseExceptionpublic final java.lang.String Sequence()
throws ParseException
ParseExceptionpublic final java.lang.String Grid()
throws ParseException
ParseExceptionpublic final java.lang.String BaseType()
throws ParseException
ParseExceptionpublic final java.lang.String Var()
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic final void ArrayDecl()
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic final void Name()
throws ParseException,
dods.dap.DDSException
ParseExceptiondods.dap.DDSExceptionpublic void ReInit(java.io.InputStream stream)
public void ReInit(java.io.Reader stream)
public void ReInit(DDSParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public final ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()