public abstract class Expression extends Object implements Serializable
Evaluator
to see how expressions are evaluated.Modifier and Type | Field and Description |
---|---|
protected com.yahoo.bullet.typesystem.Type |
type |
Constructor and Description |
---|
Expression() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj) |
abstract Evaluator |
getEvaluator()
Gets a new instance of an evaluator for this expression.
|
abstract int |
hashCode() |
String |
toString() |
public abstract Evaluator getEvaluator()
Copyright © 2021. All rights reserved.