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