Uses of Class
org.openl.rules.lang.xls.binding.ExpressionIdentifier
-
Packages that use ExpressionIdentifier Package Description org.openl.rules.dt org.openl.rules.lang.xls.binding -
-
Uses of ExpressionIdentifier in org.openl.rules.dt
Methods in org.openl.rules.dt that return types with arguments of type ExpressionIdentifier Modifier and Type Method Description static List<ExpressionIdentifier>DecisionTableUtils. extractIdentifiers(ICondition dtCondition)static List<ExpressionIdentifier>DecisionTableUtils. extractIdentifiers(ISyntaxNode syntaxNode) -
Uses of ExpressionIdentifier in org.openl.rules.lang.xls.binding
Methods in org.openl.rules.lang.xls.binding that return types with arguments of type ExpressionIdentifier Modifier and Type Method Description List<ExpressionIdentifier>DTColumnsDefinition. getIdentifiers()Constructor parameters in org.openl.rules.lang.xls.binding with type arguments of type ExpressionIdentifier Constructor Description DTColumnsDefinition(DTColumnsDefinitionType type, String tableName, IOpenMethodHeader header, String expression, List<ExpressionIdentifier> identifiers, Map<String,List<IParameterDeclaration>> parameters, TableSyntaxNode tableSyntaxNode)
-