Uses of Class
eu.europa.ted.efx.model.Expression.ListExpressionBase
-
Packages that use Expression.ListExpressionBase Package Description eu.europa.ted.efx.interfaces eu.europa.ted.efx.model eu.europa.ted.efx.xpath -
-
Uses of Expression.ListExpressionBase in eu.europa.ted.efx.interfaces
Methods in eu.europa.ted.efx.interfaces with parameters of type Expression.ListExpressionBase Modifier and Type Method Description Expression.NumericExpressionScriptGenerator. composeCountOperation(Expression.ListExpressionBase list) -
Uses of Expression.ListExpressionBase in eu.europa.ted.efx.model
Subclasses of Expression.ListExpressionBase in eu.europa.ted.efx.model Modifier and Type Class Description static classExpression.BooleanListExpressionUsed to represent a list of booleans in the target language.static classExpression.DateListExpressionUsed to represent a list of dates in the target language.static classExpression.DurationListExpressionUsed to represent a list of durations in the target language.static classExpression.ListExpression<T extends Expression>Used to represent a list of strings in the target language.static classExpression.NumericListExpressionUsed to represent a list of numbers in the target language.static classExpression.StringListExpressionUsed to represent a list of strings in the target language.static classExpression.TimeListExpressionUsed to represent a list of times in the target language. -
Uses of Expression.ListExpressionBase in eu.europa.ted.efx.xpath
Methods in eu.europa.ted.efx.xpath with parameters of type Expression.ListExpressionBase Modifier and Type Method Description Expression.NumericExpressionXPathScriptGenerator. composeCountOperation(Expression.ListExpressionBase list)
-