Uses of Interface
de.xima.fc.workflow.parser.infix.IToken
-
Packages that use IToken Package Description de.xima.fc.workflow.parser.infix -
-
Uses of IToken in de.xima.fc.workflow.parser.infix
Methods in de.xima.fc.workflow.parser.infix that return types with arguments of type IToken Modifier and Type Method Description Iterable<IToken<TConstant,TOperator>>
IInfixExpressionHandler. tokenize(CharSequence expression, Locale locale)
Inspects the given expressions and extracts the semantic tokens it consists of.Method parameters in de.xima.fc.workflow.parser.infix with type arguments of type IToken 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.
-