| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.parser | |
| org.graylog.plugins.pipelineprocessor.parser.errors |
| Modifier and Type | Method and Description |
|---|---|
RuleLangParser.FunctionCallContext |
RuleLangParser.functionCall() |
RuleLangParser.FunctionCallContext |
RuleLangParser.FuncContext.functionCall() |
RuleLangParser.FunctionCallContext |
RuleLangParser.FuncStmtContext.functionCall() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleLangBaseListener.enterFunctionCall(RuleLangParser.FunctionCallContext ctx)
Enter a parse tree produced by
RuleLangParser.functionCall(). |
void |
RuleLangListener.enterFunctionCall(RuleLangParser.FunctionCallContext ctx)
Enter a parse tree produced by
RuleLangParser.functionCall(). |
void |
RuleLangBaseListener.exitFunctionCall(RuleLangParser.FunctionCallContext ctx)
Exit a parse tree produced by
RuleLangParser.functionCall(). |
void |
RuleLangListener.exitFunctionCall(RuleLangParser.FunctionCallContext ctx)
Exit a parse tree produced by
RuleLangParser.functionCall(). |
| Constructor and Description |
|---|
IncompatibleArgumentType(RuleLangParser.FunctionCallContext ctx,
FunctionExpression functionExpression,
ParameterDescriptor p,
Expression argExpr) |
InvalidFunctionArgument(RuleLangParser.FunctionCallContext ctx,
Function<?> function,
PrecomputeFailure failure) |
MissingRequiredParam(RuleLangParser.FunctionCallContext ctx,
Function<?> function,
ParameterDescriptor param) |
OptionalParametersMustBeNamed(RuleLangParser.FunctionCallContext ctx,
Function<?> function) |
UndeclaredFunction(RuleLangParser.FunctionCallContext ctx) |
WrongNumberOfArgs(RuleLangParser.FunctionCallContext ctx,
Function<?> function,
int argCount) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.