|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TernaryOperator | |
com.japisoft.formula.node | |
com.japisoft.formula.operator | |
com.japisoft.formula.operator.ternary |
Uses of TernaryOperator in com.japisoft.formula.node |
Methods in com.japisoft.formula.node with parameters of type TernaryOperator | |
void |
TernaryOperatorNode.setOperator(java.lang.String name,
TernaryOperator operator)
|
Uses of TernaryOperator in com.japisoft.formula.operator |
Methods in com.japisoft.formula.operator that return TernaryOperator | |
TernaryOperator |
OperatorFactory.getTernaryOperator(java.lang.String name)
|
TernaryOperator |
OperatorFactoryImpl.getTernaryOperator(java.lang.String name)
|
Methods in com.japisoft.formula.operator with parameters of type TernaryOperator | |
void |
OperatorFactory.setTernaryOperator(java.lang.String name,
TernaryOperator operator)
Replace an operator by this one, if the operator is null the operator
will be removed |
void |
OperatorFactoryImpl.setTernaryOperator(java.lang.String name,
TernaryOperator operator)
Replace an operator by this one, if the operator is null
the operator will be removed |
Uses of TernaryOperator in com.japisoft.formula.operator.ternary |
Classes in com.japisoft.formula.operator.ternary that implement TernaryOperator | |
class |
ELSEOperator
If Then Else operator |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |