Class K

    • Constructor Detail

      • K

        public K​(Object o)
        Creates a new instance of K.
        Parameters:
        o - The constant object.
    • Method Detail

      • getConstant

        public Object getConstant()
        Gets the constant.
        Returns:
        The constant.
      • translate

        public String translate()
        Description copied from class: Expression
        Translates the expression.
        Specified by:
        translate in class Expression
        Returns:
        A translation of the implementing expression.