Package com.influxdb.client.domain
Class CallExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.CallExpression
Represents a function call
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddArgumentsItem
(Expression argumentsItem) arguments
(List<Expression> arguments) callee
(Expression callee) boolean
Function argumentsGet calleegetType()
Type of AST nodeint
hashCode()
void
setArguments
(List<Expression> arguments) void
setCallee
(Expression callee) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_CALLEE
- See Also:
-
SERIALIZED_NAME_ARGUMENTS
- See Also:
-
-
Constructor Details
-
CallExpression
public CallExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
callee
-
getCallee
Get callee- Returns:
- callee
-
setCallee
-
arguments
-
addArgumentsItem
-
getArguments
Function arguments- Returns:
- arguments
-
setArguments
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-