Constructor and Description |
---|
ZqlParser() |
ZqlParser(InputStream inputstream) |
Modifier and Type | Method and Description |
---|---|
void |
addCustomFunction(String s,
int i) |
void |
initParser(InputStream inputstream) |
static void |
main(String[] args) |
ZExp |
readExpression() |
ZStatement |
readStatement() |
Vector |
readStatements() |
public ZqlParser(InputStream inputstream)
public ZqlParser()
public static void main(String[] args) throws ParseException
ParseException
public void initParser(InputStream inputstream)
public void addCustomFunction(String s, int i)
public ZStatement readStatement() throws ParseException
ParseException
public Vector readStatements() throws ParseException
ParseException
public ZExp readExpression() throws ParseException
ParseException
Copyright © 2015 Lucee