public class PrefixUnaryExpression extends Expression
type
Constructor and Description |
---|
PrefixUnaryExpression(String op,
Expression arg) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
forceDouble() |
Expression |
getArg() |
String |
getOp() |
int |
hashCode() |
String |
toString() |
void |
write(SourceWriter w) |
getType
public PrefixUnaryExpression(String op, Expression arg)
public void write(SourceWriter w)
public Expression forceDouble()
forceDouble
in class Expression
public boolean equals(Object o)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public Expression getArg()
public String getOp()
Copyright © 2006–2018 GeoSolutions. All rights reserved.