Interface ExpressionValue
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
BinaryExpression
,Constant
,Label
public interface ExpressionValue extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
length(MemBuffer buf, int offset)
long
longValue(MemBuffer buf, int offset)
-