public abstract class ScalarLiteral extends Expression
Modifier and Type | Field and Description |
---|---|
protected String |
value |
type
Constructor and Description |
---|
ScalarLiteral(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
void |
write(SourceWriter w) |
forceDouble, getType
protected final String value
public ScalarLiteral(String value)
public void write(SourceWriter w)
public boolean equals(Object o)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public String getValue()
Copyright © 2006–2018 GeoSolutions. All rights reserved.