public class SSPTParser extends Object implements SSPTParserConstants
Modifier and Type | Field and Description |
---|---|
Token |
jj_nt
Next token.
|
Token |
token
Current token.
|
SSPTParserTokenManager |
token_source
Generated Token Manager.
|
COMMA, DEFAULT, DIGIT, EOF, IDENTIFIER, LETTER, NUMBER, PARAMETER_NAME, PARAMETER_POS_TOKEN, PROCEDURE_BEGIN, PROCEDURE_END, SCALE, SEPARATOR, SIMPLE_EXP_TOKEN, SPECIAL, tokenImage, WHITESPACE
Constructor and Description |
---|
SSPTParser(InputStream stream)
Constructor with InputStream.
|
SSPTParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding
|
SSPTParser(Reader stream)
Constructor.
|
SSPTParser(Reader reader,
org.apache.camel.spi.ClassResolver classResolver) |
SSPTParser(SSPTParserTokenManager tm)
Constructor with generated Token Manager.
|
Modifier and Type | Method and Description |
---|---|
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.
|
InputParameter |
InputParameter() |
Token |
InputParameterSrc() |
String |
OutHeader() |
OutParameter |
OutParameter() |
Object |
Parameter() |
String |
ParameterName() |
Token |
ParameterSqlType() |
Template |
parse() |
void |
ReInit(InputStream stream)
Reinitialise.
|
void |
ReInit(InputStream stream,
String encoding)
Reinitialise.
|
void |
ReInit(Reader stream)
Reinitialise.
|
void |
ReInit(SSPTParserTokenManager tm)
Reinitialise.
|
Integer |
Scale() |
public SSPTParserTokenManager token_source
public Token token
public Token jj_nt
public SSPTParser(Reader reader, org.apache.camel.spi.ClassResolver classResolver)
public SSPTParser(InputStream stream)
public SSPTParser(InputStream stream, String encoding)
public SSPTParser(Reader stream)
public SSPTParser(SSPTParserTokenManager tm)
public final Template parse() throws ParseException
ParseException
public final Object Parameter() throws ParseException
ParseException
public final InputParameter InputParameter() throws ParseException
ParseException
public final OutParameter OutParameter() throws ParseException
ParseException
public final String ParameterName() throws ParseException
ParseException
public final Integer Scale() throws ParseException
ParseException
public final Token ParameterSqlType() throws ParseException
ParseException
public final String OutHeader() throws ParseException
ParseException
public final Token InputParameterSrc() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(SSPTParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Apache Camel