public class SortCondition extends PrintSerializableBase
| Modifier and Type | Field and Description |
|---|---|
int |
direction |
Expr |
expression |
| Constructor and Description |
|---|
SortCondition(Expr expr,
int dir) |
SortCondition(Node var,
int dir) |
SortCondition(Var var,
int dir) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
void |
format(FmtExprSPARQL fmt,
IndentedWriter writer) |
int |
getDirection() |
Expr |
getExpression() |
int |
hashCode() |
void |
output(IndentedWriter out)
Normally overridden for better information
|
void |
output(IndentedWriter out,
SerializationContext sCxt) |
toString, toStringpublic Expr expression
public int direction
public SortCondition(Var var, int dir)
public SortCondition(Node var, int dir)
public SortCondition(Expr expr, int dir)
public void format(FmtExprSPARQL fmt, IndentedWriter writer)
public int getDirection()
public Expr getExpression()
public void output(IndentedWriter out)
PrintSerializableBaseoutput in interface Printableoutput in class PrintSerializableBasepublic void output(IndentedWriter out, SerializationContext sCxt)
Licenced under the Apache License, Version 2.0