Package org.openl.rules.lang.xls
Class TableSyntaxNodeUtils
- java.lang.Object
-
- org.openl.rules.lang.xls.TableSyntaxNodeUtils
-
public final class TableSyntaxNodeUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]getTableDisplayValue(TableSyntaxNode tableSyntaxNode, int i, OverloadedMethodsDictionary dictionary, Formats formats)static String[]getTableDisplayValue(TableSyntaxNode tableSyntaxNode, int i, Formats formats)static StringgetTestName(IOpenMethod testMethod)static Stringstr2name(String methodHeader, XlsNodeTypes tableType)
-
-
-
Method Detail
-
getTableDisplayValue
public static String[] getTableDisplayValue(TableSyntaxNode tableSyntaxNode, int i, Formats formats)
-
getTableDisplayValue
public static String[] getTableDisplayValue(TableSyntaxNode tableSyntaxNode, int i, OverloadedMethodsDictionary dictionary, Formats formats)
-
str2name
public static String str2name(String methodHeader, XlsNodeTypes tableType)
-
getTestName
public static String getTestName(IOpenMethod testMethod)
-
-