public class FunctionExpression extends BaseExpression
Expression.Type| Constructor and Description |
|---|
FunctionExpression(org.antlr.v4.runtime.Token start,
FunctionArgs args) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Expression> |
children() |
Object |
evaluateUnsafe(EvaluationContext context)
This method is allowed to throw exceptions.
|
FunctionArgs |
getArgs() |
Function<?> |
getFunction() |
Class |
getType() |
boolean |
isConstant() |
String |
toString() |
getStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluate, evaluateUnsafe, nodeTypepublic FunctionExpression(org.antlr.v4.runtime.Token start,
FunctionArgs args)
public Function<?> getFunction()
public FunctionArgs getArgs()
public boolean isConstant()
public Object evaluateUnsafe(EvaluationContext context)
Expressionpublic Class getType()
public Iterable<Expression> children()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.