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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgumentsItem(Expression argumentsItem) arguments(List<Expression> arguments) callee(Expression callee) booleanFunction argumentsGet calleegetType()Type of AST nodeinthashCode()voidsetArguments(List<Expression> arguments) voidsetCallee(Expression callee) voidtoString()
-
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:
equalsin classExpression
-
hashCode
public int hashCode()- Overrides:
hashCodein classExpression
-
toString
- Overrides:
toStringin classExpression
-