public class StringExpression extends ConstantExpression
Expression.Type| Constructor and Description |
|---|
StringExpression(org.antlr.v4.runtime.Token start,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateUnsafe(EvaluationContext context)
This method is allowed to throw exceptions.
|
String |
toString() |
children, getType, isConstantgetStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluate, evaluateUnsafe, nodeTypepublic StringExpression(org.antlr.v4.runtime.Token start,
String value)
public Object evaluateUnsafe(EvaluationContext context)
ExpressionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.