ilog.rules.bom

Interface IlrMethod.IlrGenericMethodInfo

  • All Superinterfaces:
    IlrGenericInfo
    Enclosing interface:
    IlrMethod


    public static interface IlrMethod.IlrGenericMethodInfo
    extends IlrGenericInfo
    This interface provides the information for generic methods and instantiations of these generic methods.
    Since:
    JRules 6.0
    • Method Detail

      • bindGenericParameters

        IlrMethod bindGenericParameters(IlrType[] parameters)
        Instantiates a generic type using the parameters.
        Throws:
        java.lang.IllegalArgumentException - If the arguments do not follow the generic parameter constraints.

© Copyright IBM Corp. 1987, 2020