Méthode | Description | |
---|---|---|
BinaryOperator ( String symbol, |
Provides registration of operator's Mappings list
|
|
BinaryOperator ( String symbol, |
Registers a global binary operator.
|
public static BinaryOperator ( String symbol, |
||
symbol | String | The symbol of the operator, e.g., +. |
list | The BinaryMapping list of the operator | |
Résultat | void |
public static BinaryOperator ( String symbol, |
||
symbol | String | The symbol of the operator, e.g., +. |
a | The type on the left side of the expression. | |
b | The type on the right side of the expression. | |
handler | Func |
The handler to invoke. |
Résultat | void |