类 ExpressionBase

    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      abstract int getArgumentCount()
      Get the number of arguments this expression uses
      protected void validate​(java.lang.Object[] numbers)
      Validates the specified numbers for the expression
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ExpressionBase

        public ExpressionBase()
    • 方法详细资料

      • getArgumentCount

        public abstract int getArgumentCount()
        从接口复制的说明: IExpression
        Get the number of arguments this expression uses
        指定者:
        getArgumentCount 在接口中 IExpression
        返回:
        The argument count
      • validate

        protected void validate​(java.lang.Object[] numbers)
        Validates the specified numbers for the expression
        参数:
        numbers - The numbers to validate