public class Constant extends Expression implements HasDataType<Constant>
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
DataType |
getDataType() |
String |
getValue() |
Constant |
setDataType(DataType dataType) |
Constant |
setValue(String value) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Constant()
public Constant(String value)
public DataType getDataType()
getDataType in interface HasDataType<Constant>public Constant setDataType(DataType dataType)
setDataType in interface HasDataType<Constant>public String getValue()
public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.