public class PipeExpression extends Expression
| Modifier and Type | Class and Description |
|---|---|
static class |
PipeExpression.PipeExpressionArgumentAdapter |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ARGUMENT |
static String |
SERIALIZED_NAME_CALL |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
PipeExpression() |
| Modifier and Type | Method and Description |
|---|---|
PipeExpression |
argument(Expression argument) |
PipeExpression |
call(CallExpression call) |
boolean |
equals(Object o) |
Expression |
getArgument()
Get argument
|
CallExpression |
getCall()
Get call
|
String |
getType()
Type of AST node
|
int |
hashCode() |
void |
setArgument(Expression argument) |
void |
setCall(CallExpression call) |
void |
setType(String type) |
String |
toString() |
PipeExpression |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ARGUMENT
public static final String SERIALIZED_NAME_CALL
public PipeExpression type(String type)
public String getType()
public void setType(String type)
public PipeExpression argument(Expression argument)
public Expression getArgument()
public void setArgument(Expression argument)
public PipeExpression call(CallExpression call)
public CallExpression getCall()
public void setCall(CallExpression call)
public boolean equals(Object o)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.