Package gw.lang.function
Interface IBlock
-
- All Superinterfaces:
IGosuClassObject,IGosuObject
- All Known Implementing Classes:
AbstractBlock,Function0,Function1,Function10,Function11,Function12,Function13,Function14,Function15,Function16,Function2,Function3,Function4,Function5,Function6,Function7,Function8,Function9,Procedure0,Procedure1,Procedure10,Procedure11,Procedure12,Procedure13,Procedure14,Procedure15,Procedure16,Procedure2,Procedure3,Procedure4,Procedure5,Procedure6,Procedure7,Procedure8,Procedure9
public interface IBlock extends IGosuClassObject
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_ARGS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFunctionTypegetFunctionType()IBlockExpressiongetParsedElement()ObjectinvokeWithArgs(Object... args)-
Methods inherited from interface gw.lang.reflect.gs.IGosuObject
equals, getIntrinsicType, hashCode, toString
-
-
-
-
Field Detail
-
MAX_ARGS
static final int MAX_ARGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getParsedElement
IBlockExpression getParsedElement()
-
getFunctionType
IFunctionType getFunctionType()
-
-