public class IntegerLiteral extends Expression
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUE |
Constructor and Description |
---|
IntegerLiteral() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getType()
Type of AST node
|
String |
getValue()
Get value
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
IntegerLiteral |
type(String type) |
IntegerLiteral |
value(String value) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUE
public IntegerLiteral type(String type)
public String getType()
public void setType(String type)
public IntegerLiteral value(String value)
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public String toString()
toString
in class Expression
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.