类 Category2Value

  • 直接已知子类:
    DoubleValue, LongValue

    public abstract class Category2Value
    extends Value
    This abstract class represents a partially evaluated Category 2 value.
    • 构造器详细资料

      • Category2Value

        public Category2Value()
    • 方法详细资料

      • isCategory2

        public final boolean isCategory2()
        从类复制的说明: Value
        Returns whether the computational type of this Value is a category 2 type. This means that it takes up the space of two category 1 types on the stack, for instance.
        指定者:
        isCategory2 在类中 Value