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() |
getStartToken
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate, evaluateUnsafe, nodeType
public FunctionExpression(org.antlr.v4.runtime.Token start, FunctionArgs args)
public Function<?> getFunction()
public FunctionArgs getArgs()
public boolean isConstant()
public Object evaluateUnsafe(EvaluationContext context)
Expression
public Class getType()
public Iterable<Expression> children()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.