@Interface @SyntacticIterable public abstract class IArguments extends Iterable<Object> implements Iterable<Object>
Modifier and Type | Field and Description |
---|---|
Function |
callee |
double |
length |
constructor, prototype
Constructor and Description |
---|
IArguments() |
Modifier and Type | Method and Description |
---|---|
Object |
$get(double index) |
Object |
callee(Object... args) |
Iterator<Object> |
iterator()
From Iterable, to allow foreach loop (do not use directly).
|
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public double length
public Function callee