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