Uses of Class
org.openl.rules.constants.ConstantOpenField
-
Packages that use ConstantOpenField Package Description org.openl.rules.binding org.openl.rules.cmatch.algorithm org.openl.rules.constants org.openl.rules.lang.xls.binding.wrapper -
-
Uses of ConstantOpenField in org.openl.rules.binding
Methods in org.openl.rules.binding that return ConstantOpenField Modifier and Type Method Description static ConstantOpenFieldRuleRowHelper. findConstantField(IBindingContext bindingContext, String source)Methods in org.openl.rules.binding with parameters of type ConstantOpenField Modifier and Type Method Description static ObjectRuleRowHelper. castConstantToExpectedType(IBindingContext bindingContext, ConstantOpenField constantOpenField, IOpenClass expectedType)static SimpleNodeUsageRuleRowHelper. createConstantNodeUsage(ConstantOpenField constantOpenField, int start, int end) -
Uses of ConstantOpenField in org.openl.rules.cmatch.algorithm
Methods in org.openl.rules.cmatch.algorithm with parameters of type ConstantOpenField Modifier and Type Method Description protected voidMatchAlgorithmCompiler. setMetaInfoForConstant(IBindingContext bindingContext, ColumnMatch columnMatch, SubValue sv, String s, ConstantOpenField constantOpenField) -
Uses of ConstantOpenField in org.openl.rules.constants
Methods in org.openl.rules.constants that return types with arguments of type ConstantOpenField Modifier and Type Method Description Collection<ConstantOpenField>ConstantsTableBoundNode. getConstantOpenFields() -
Uses of ConstantOpenField in org.openl.rules.lang.xls.binding.wrapper
Subclasses of ConstantOpenField in org.openl.rules.lang.xls.binding.wrapper Modifier and Type Class Description classConstantOpenFieldWrapperMethods in org.openl.rules.lang.xls.binding.wrapper that return ConstantOpenField Modifier and Type Method Description ConstantOpenFieldConstantOpenFieldWrapper. getDelegate()Constructors in org.openl.rules.lang.xls.binding.wrapper with parameters of type ConstantOpenField Constructor Description ConstantOpenFieldWrapper(ConstantOpenField delegate, IOpenClass type)
-