Package gw.lang.function
Class Function4
- java.lang.Object
-
- gw.lang.function.AbstractBlock
-
- gw.lang.function.Function4
-
- All Implemented Interfaces:
IBlock
,IFunction4
,IGosuClassObject
,IGosuObject
public abstract class Function4 extends AbstractBlock implements IFunction4
-
-
Constructor Summary
Constructors Constructor Description Function4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invokeWithArgs(Object[] args)
-
Methods inherited from class gw.lang.function.AbstractBlock
getFunctionType, getIntrinsicType, getParsedElement, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.function.IFunction4
invoke
-
Methods inherited from interface gw.lang.reflect.gs.IGosuObject
equals, hashCode
-
-
-
-
Method Detail
-
invokeWithArgs
public Object invokeWithArgs(Object[] args)
- Specified by:
invokeWithArgs
in interfaceIBlock
-
-