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