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 Summary
Methods Modifier and Type Method and Description IlrMethodbindGenericParameters(IlrType[] parameters)Instantiates a generic type using the parameters.-
Methods inherited from interface ilog.rules.bom.IlrGenericInfo
getTypeParameters, isFullyBound, mapParameter
-
-