public class BadStatement extends Statement
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_TEXT |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
BadStatement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getText()
Raw source text
|
String |
getType()
Type of AST node
|
int |
hashCode() |
void |
setText(String text) |
void |
setType(String type) |
BadStatement |
text(String text) |
String |
toString() |
BadStatement |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TEXT
public BadStatement type(String type)
public String getType()
public void setType(String type)
public BadStatement text(String text)
public String getText()
public void setText(String text)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.