Uses of Class
de.xima.fc.placeholder.parser.form_function.node.ChainExpression
-
Packages that use ChainExpression Package Description de.xima.fc.placeholder.parser.form_function de.xima.fc.placeholder.parser.form_function.node -
-
Uses of ChainExpression in de.xima.fc.placeholder.parser.form_function
Methods in de.xima.fc.placeholder.parser.form_function that return ChainExpression Modifier and Type Method Description static ChainExpression
FormFunctionParser. parseChainExpression(String expression)
Attempts to parse the entire content of the string as a chain expression, which consists of multiple functions, chained together with a dot, e.g. -
Uses of ChainExpression in de.xima.fc.placeholder.parser.form_function.node
Methods in de.xima.fc.placeholder.parser.form_function.node that return ChainExpression Modifier and Type Method Description static ChainExpression
ChainExpression. empty()
-