Uses of Interface
de.xima.fc.workflow.parser.infix.IParsedElement
-
Packages that use IParsedElement Package Description de.xima.fc.workflow.parser.infix -
-
Uses of IParsedElement in de.xima.fc.workflow.parser.infix
Methods in de.xima.fc.workflow.parser.infix that return types with arguments of type IParsedElement Modifier and Type Method Description Iterable<IParsedElement<TConstant,TOperator>>
IInfixExpressionHandler. parse(Iterable<IToken<TConstant,TOperator>> tokens, Locale locale)
Takes a token stream and parses it into a valid reverse polish notation representation.Method parameters in de.xima.fc.workflow.parser.infix with type arguments of type IParsedElement Modifier and Type Method Description <TData> TData
IInfixExpressionHandler. evaluate(IEvalContext<TData,TConstant,TOperator> ctx, Iterable<IParsedElement<TConstant,TOperator>> rpn, Locale locale)
Evaluates the given reverse polish notation with the given context.
-