public class ConFunction extends Expression
type
Constructor and Description |
---|
ConFunction(Expression... args) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression[] |
getArgs() |
int |
hashCode() |
String |
toString() |
void |
write(SourceWriter w) |
forceDouble, getType
public ConFunction(Expression... args) throws NodeException
NodeException
public void write(SourceWriter w)
public boolean equals(Object o)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public Expression[] getArgs()
Copyright © 2006–2018 GeoSolutions. All rights reserved.