| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
BadStatement
A placeholder for statements for which no correct statement nodes can be created
|
class |
BuiltinStatement
Declares a builtin identifier and its type
|
class |
ExpressionStatement
May consist of an expression that does not return a value and is executed solely for its side-effects
|
class |
MemberAssignment
Object property assignment
|
class |
OptionStatement
A single variable declaration
|
class |
ReturnStatement
Defines an expression to return
|
class |
TestStatement
Declares a Flux test case
|
class |
VariableAssignment
Represents the declaration of a variable
|
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
Block.getBody()
Block body
|
List<Statement> |
File.getBody()
List of Flux statements
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.addBodyItem(Statement bodyItem) |
File |
File.addBodyItem(Statement bodyItem) |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.body(List<Statement> body) |
File |
File.body(List<Statement> body) |
void |
Block.setBody(List<Statement> body) |
void |
File.setBody(List<Statement> body) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.