Class ConstantExpression

    • Constructor Detail

      • ConstantExpression

        public ConstantExpression​(int op,
                                  long where,
                                  Type type)
        Constructor
    • Method Detail

      • isConstant

        public boolean isConstant()
        Return true if constant
        Overrides:
        isConstant in class Expression