public class NegateExpr extends ComparatorExpr
| Modifier and Type | Field and Description |
|---|---|
protected ComparatorExpr |
expr |
| Modifier | Constructor and Description |
|---|---|
protected |
NegateExpr(ComparatorExpr expr)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendLeafGenerator(List<LeafGenerator> list,
int el,
int cel,
boolean c,
boolean explicitBound) |
ComparatorExpr |
childExpr() |
static ComparatorExpr |
makeNegateExpr(ComparatorExpr expr)
Make a negate expression
|
protected void |
toString(PrintStream out) |
protected final ComparatorExpr expr
protected NegateExpr(ComparatorExpr expr)
expr - protected void appendLeafGenerator(List<LeafGenerator> list, int el, int cel, boolean c, boolean explicitBound)
appendLeafGenerator in class ComparatorExprpublic ComparatorExpr childExpr()
protected void toString(PrintStream out)
toString in class ComparatorExprpublic static ComparatorExpr makeNegateExpr(ComparatorExpr expr)
Copyright © 2007-2012 The Apache Software Foundation