Uses of Package
com.googlecode.aviator.runtime.function.system
Packages that use com.googlecode.aviator.runtime.function.system
-
Classes in com.googlecode.aviator.runtime.function.system used by com.googlecode.aviator.runtime.function.systemClassDescriptionAbstract base class for system min/max function.Returns an implementation of java.util.Comparator based upon pred function.eval(script) , eval(script, bindings) and eval(script, bindings, cached) to execute a script with current env or special bindings, default is in caching mode.is_a(x, clazz) returns true when x is an intance of the class.load('script.av') to load a script and retrieve it's exports.meta(obj, [key]) function to return the meatadata of obj [with the key], returns null if ithere is no metadata.require('script.av') to load a script and retrieve it's exports, if it's required before, it will return the exports directly.seq(obj) function to cast a object into sequence, throw an runtime exception if fail.with_meta(obj, key, value) function to add metadata key/value to obj, return the obj.without_meta(obj, key) function to remove metadata by key from obj, return the obj.