Interface IExpression
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IBinaryExpression,IUnaryExpression
- All Known Implementing Classes:
BinaryExpression,BinaryExpression.AndExpression,BinaryExpression.OrExpression,GlobalTimeExpression,SingleSeriesExpression
public interface IExpression extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IExpressionclone()ExpressionTypegetType()voidserialize(ByteBuffer byteBuffer)
-
-
-
Method Detail
-
getType
ExpressionType getType()
-
clone
IExpression clone()
-
serialize
void serialize(ByteBuffer byteBuffer)
-
-