public class FunctionCall extends Expression
type
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression[] |
getArgs() |
String |
getRuntimeName() |
int |
hashCode() |
boolean |
isProxy() |
static FunctionCall |
of(String jiffleName,
Expression... args) |
String |
toString() |
void |
write(SourceWriter w) |
forceDouble, getType
public static FunctionCall of(String jiffleName, 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 String getRuntimeName()
public boolean isProxy()
public Expression[] getArgs()
Copyright © 2006–2018 GeoSolutions. All rights reserved.