public class Variable extends Expression
type
Constructor and Description |
---|
Variable(String name,
JiffleType d) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
String |
toString() |
void |
write(SourceWriter w) |
forceDouble, getType
public Variable(String name, JiffleType d)
public void write(SourceWriter w)
public boolean equals(Object o)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public String getName()
Copyright © 2006–2018 GeoSolutions. All rights reserved.