Interface ExpressionValue

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BinaryExpression, Constant, Label

    public interface ExpressionValue
    extends java.io.Serializable
    • Method Detail

      • longValue

        long longValue​(MemBuffer buf,
                       int offset)
                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • length

        int length​(MemBuffer buf,
                   int offset)
            throws java.lang.Exception
        Throws:
        java.lang.Exception