Class BaseExpression
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.expressions.BaseExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
ArrayLiteralExpression,BooleanValuedFunctionWrapper,ConstantExpression,FieldAccessExpression,FieldRefExpression,FunctionExpression,IndexedAccessExpression,MapLiteralExpression,MessageRefExpression,UnaryExpression,VarRefExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
Expression.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.expressions.Expression
children, evaluate, evaluateUnsafe, evaluateUnsafe, getType, isConstant, nodeType
-
Constructor Details
-
BaseExpression
public BaseExpression(org.antlr.v4.runtime.Token startToken)
-
-
Method Details
-
getStartToken
public org.antlr.v4.runtime.Token getStartToken()- Specified by:
getStartTokenin interfaceExpression
-