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() |
getStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluate, evaluateUnsafe, nodeTypepublic FieldRefExpression(org.antlr.v4.runtime.Token start,
String variableName,
Expression fieldExpr)
public boolean isConstant()
public Object evaluateUnsafe(EvaluationContext context)
Expressionpublic Class getType()
public String fieldName()
public Iterable<Expression> children()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.