public class PostfixUnaryExpression extends Expression
type
Constructor and Description |
---|
PostfixUnaryExpression(Expression arg,
String op) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getArg() |
String |
getOp() |
int |
hashCode() |
String |
toString() |
void |
write(SourceWriter w) |
forceDouble, getType
public PostfixUnaryExpression(Expression arg, String op)
public void write(SourceWriter w)
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.