Uses of Class
org.openl.rules.tbasic.compile.SuitablityAsReturn
-
Packages that use SuitablityAsReturn Package Description org.openl.rules.tbasic.compile -
-
Uses of SuitablityAsReturn in org.openl.rules.tbasic.compile
Methods in org.openl.rules.tbasic.compile that return SuitablityAsReturn Modifier and Type Method Description SuitablityAsReturnReturnAnalyzer. analyze(List<AlgorithmTreeNode> nodesToAnalyze, IBindingContext bindingContext)Make full analysis of correctness of returns sequence and return types and detects unreachable code.static SuitablityAsReturnSuitablityAsReturn. lessSuitable(SuitablityAsReturn first, SuitablityAsReturn second)static SuitablityAsReturnSuitablityAsReturn. valueOf(String name)Returns the enum constant of this type with the specified name.static SuitablityAsReturn[]SuitablityAsReturn. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openl.rules.tbasic.compile with parameters of type SuitablityAsReturn Modifier and Type Method Description static SuitablityAsReturnSuitablityAsReturn. lessSuitable(SuitablityAsReturn first, SuitablityAsReturn second)
-