类 ForeachNumberWithSymbolAviatorFunction

java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.function.AbstractFunction
cn.sylinx.horm.resource.func.aviator.ForeachAviatorFunction
cn.sylinx.horm.resource.func.aviator.ForeachNumberWithSymbolAviatorFunction
所有已实现的接口:
com.googlecode.aviator.runtime.type.AviatorFunction, Serializable, Runnable, Callable<com.googlecode.aviator.runtime.type.AviatorObject>
直接已知子类:
ForeachNumberAviatorFunction

public class ForeachNumberWithSymbolAviatorFunction extends ForeachAviatorFunction
另请参阅:
  • 字段概要

    从类继承的字段 com.googlecode.aviator.runtime.type.AviatorObject

    metadata
  • 构造器概要

    构造器
  • 方法概要

    修饰符和类型
    方法
    说明
    com.googlecode.aviator.runtime.type.AviatorObject
    call(Map<String,Object> env, com.googlecode.aviator.runtime.type.AviatorObject argKey, com.googlecode.aviator.runtime.type.AviatorObject openSymbol, com.googlecode.aviator.runtime.type.AviatorObject splitSymbol, com.googlecode.aviator.runtime.type.AviatorObject closeSymbol)
     
     

    从类继承的方法 cn.sylinx.horm.resource.func.aviator.ForeachAviatorFunction

    call

    从类继承的方法 com.googlecode.aviator.runtime.function.AbstractFunction

    call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, desc, getAviatorType, getValue, innerCompare, run, throwArity

    从类继承的方法 com.googlecode.aviator.runtime.type.AviatorObject

    add, bitAnd, bitNot, bitOr, bitXor, booleanValue, compare, compareEq, defineValue, deref, div, exponent, getElement, getMetadata, isNull, match, meta, mod, mult, neg, not, numberValue, setValue, shiftLeft, shiftRight, stringValue, sub, toString, unsignedShiftRight, withMeta, withoutMeta

    从类继承的方法 java.lang.Object

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

    • ForeachNumberWithSymbolAviatorFunction

      public ForeachNumberWithSymbolAviatorFunction()
  • 方法详细资料

    • getName

      public String getName()
      指定者:
      getName 在接口中 com.googlecode.aviator.runtime.type.AviatorFunction
      覆盖:
      getName 在类中 ForeachAviatorFunction
    • call

      public com.googlecode.aviator.runtime.type.AviatorObject call(Map<String,Object> env, com.googlecode.aviator.runtime.type.AviatorObject argKey, com.googlecode.aviator.runtime.type.AviatorObject openSymbol, com.googlecode.aviator.runtime.type.AviatorObject splitSymbol, com.googlecode.aviator.runtime.type.AviatorObject closeSymbol)
      指定者:
      call 在接口中 com.googlecode.aviator.runtime.type.AviatorFunction
      覆盖:
      call 在类中 com.googlecode.aviator.runtime.function.AbstractFunction