Package org.openl.rules.lang.xls.prebind
Interface IPrebindHandler
-
public interface IPrebindHandlerServes to postprocess fields and methods after prebind. All methods and fields before adding to ModuleOpenClass should be wrapped to some implementations that will be invokable(Because original methods and fields are only prebinded).- Author:
- PUdalau
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOpenFieldprocessPrebindField(IOpenField field)IOpenMethodprocessPrebindMethod(IOpenMethod method)
-
-
-
Method Detail
-
processPrebindMethod
IOpenMethod processPrebindMethod(IOpenMethod method)
-
processPrebindField
IOpenField processPrebindField(IOpenField field)
-
-