public class ArrayExpression extends Expression
Modifier and Type | Class and Description |
---|---|
static class |
ArrayExpression.ArrayExpressionElementsAdapter |
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ELEMENTS |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
ArrayExpression() |
Modifier and Type | Method and Description |
---|---|
ArrayExpression |
addElementsItem(Expression elementsItem) |
ArrayExpression |
elements(List<Expression> elements) |
boolean |
equals(Object o) |
List<Expression> |
getElements()
Elements of the array
|
String |
getType()
Type of AST node
|
int |
hashCode() |
void |
setElements(List<Expression> elements) |
void |
setType(String type) |
String |
toString() |
ArrayExpression |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ELEMENTS
public ArrayExpression type(String type)
public String getType()
public void setType(String type)
public ArrayExpression elements(List<Expression> elements)
public ArrayExpression addElementsItem(Expression elementsItem)
public List<Expression> getElements()
public void setElements(List<Expression> elements)
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–2021 InfluxData, Inc.. All rights reserved.