Class MBVariableBinding

    • Constructor Detail

      • MBVariableBinding

        public MBVariableBinding​(JSONArray json)
    • Method Detail

      • variableBindingLet

        public Expression variableBindingLet()
        Returns a string describing the type of the given value. Example: ["typeof", value]: string
        Returns:
        type of provided value expression (not implemented)
      • variableBindingVar

        public Expression variableBindingVar()
        Returns a string describing the type of the given value. Example: ["typeof", value]: string
        Returns:
        type of provided value expresion (not implemented)