Class MBVariableBinding

All Implemented Interfaces:
Expression, Function

public class MBVariableBinding extends MBExpression
  • Constructor Details

    • MBVariableBinding

      public MBVariableBinding(JSONArray json)
  • Method Details

    • 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)
    • getExpression

      public Expression getExpression() throws MBFormatException
      Description copied from class: MBExpression
      Determines which expression to use.
      Specified by:
      getExpression in class MBExpression
      Throws:
      MBFormatException