Uses of Class
de.xima.fc.placeholder.parser.form_function.node.ChainExpression
Packages that use ChainExpression
Package
Description
-
Uses of ChainExpression in de.xima.fc.placeholder.parser.form_function
Methods in de.xima.fc.placeholder.parser.form_function that return ChainExpressionModifier and TypeMethodDescriptionstatic 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