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