Interface IInvocableType

All Superinterfaces:
INonLoadableType, IType, Serializable
All Known Subinterfaces:
IBlockType, IConstructorType, IFunctionType
All Known Implementing Classes:
BlockType, ConstructorType, DelegateFunctionType, ErrorTypeInfo.UniversalConstructorType, ErrorTypeInfo.UniversalFunctionType, FunctionType, ParameterizedFunctionType

public interface IInvocableType extends IType, INonLoadableType
  • Method Details

    • getParameterTypes

      IType[] getParameterTypes()
    • getParameterNames

      String[] getParameterNames()
    • getDefaultValueExpressions

      IExpression[] getDefaultValueExpressions()
    • hasOptionalParams

      boolean hasOptionalParams()
    • getParamSignature

      String getParamSignature()