Uses of Interface
de.xima.fc.workflow.parser.infix.ISymbolTable
-
Packages that use ISymbolTable Package Description de.xima.fc.workflow.parser.infix -
-
Uses of ISymbolTable in de.xima.fc.workflow.parser.infix
Methods in de.xima.fc.workflow.parser.infix with parameters of type ISymbolTable Modifier and Type Method Description static <TConstant extends IConstant,TOperator extends IOperator>
IInfixExpressionHandler<TConstant,TOperator>InfixExpression. newHandler(ISymbolTable<TConstant,TOperator> symbols)
-