public class MessageRefExpression extends BaseExpression
Expression.Type
Constructor and Description |
---|
MessageRefExpression(org.antlr.v4.runtime.Token start,
Expression fieldExpr) |
Modifier and Type | Method and Description |
---|---|
Iterable<Expression> |
children() |
Object |
evaluateUnsafe(EvaluationContext context)
This method is allowed to throw exceptions.
|
Expression |
getFieldExpr() |
Class |
getType() |
boolean |
isConstant() |
String |
toString() |
getStartToken
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate, evaluateUnsafe, nodeType
public MessageRefExpression(org.antlr.v4.runtime.Token start, Expression fieldExpr)
public boolean isConstant()
public Object evaluateUnsafe(EvaluationContext context)
Expression
public Class getType()
public Expression getFieldExpr()
public Iterable<Expression> children()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.