Constructor and Description |
---|
FilterGenerator() |
FilterGenerator(QueryGenerator queryGenerator) |
Modifier and Type | Method and Description |
---|---|
FilterGenerator |
end() |
FilterGenerator |
endFilter() |
org.xbib.content.XContentBuilder |
getResult() |
FilterGenerator |
start() |
FilterGenerator |
startFilter() |
void |
visit(Expression node) |
void |
visit(Modifier node) |
void |
visit(Name node) |
void |
visit(Operator node) |
void |
visit(Token node) |
public FilterGenerator() throws java.io.IOException
java.io.IOException
public FilterGenerator(QueryGenerator queryGenerator) throws java.io.IOException
java.io.IOException
public FilterGenerator start() throws java.io.IOException
java.io.IOException
public FilterGenerator end() throws java.io.IOException
java.io.IOException
public FilterGenerator startFilter() throws java.io.IOException
java.io.IOException
public FilterGenerator endFilter() throws java.io.IOException
java.io.IOException
public org.xbib.content.XContentBuilder getResult() throws java.io.IOException
java.io.IOException
public void visit(Expression node)