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