public class ListLiteral extends Expression
type
Constructor and Description |
---|
ListLiteral(List<Expression> args) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Expression> |
getArgs() |
int |
hashCode() |
void |
write(SourceWriter w) |
forceDouble, getType
public ListLiteral(List<Expression> args)
public void write(SourceWriter w)
public boolean equals(Object o)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public List<Expression> getArgs()
Copyright © 2006–2018 GeoSolutions. All rights reserved.