org.oXML.extras.java.function
Class ArrayFunction
java.lang.Object
org.oXML.type.Function
org.oXML.extras.java.function.ArrayFunction
- public class ArrayFunction
- extends Function
creates an object representing a Java array.
first argument must be the array type, eg char, byte, short etc.
second argument is the array length.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArrayFunction
public ArrayFunction(Name name,
Type[] sig,
ReflectionTypeResolver resolver)
invoke
public Node invoke(Node node,
Node[] args,
RuntimeContext ctxt)
throws ObjectBoxException
- Specified by:
invoke in class Function
- Throws:
ObjectBoxException
invoke
public Node invoke(Node[] args,
RuntimeContext ctxt)
throws ObjectBoxException
- Specified by:
invoke in class Function
- Throws:
ObjectBoxException