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