| Package | Description |
|---|---|
| org.matheclipse.parser.client.operator |
Provides the operator classes (i.e. for binary, prefix and postfix Operators).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DivideOperator |
class |
SubtractOperator |
| Modifier and Type | Method and Description |
|---|---|
static InfixOperator |
ASTNodeFactory.createInfixOperator(String operatorStr,
String headStr,
int precedence,
int grouping) |
Copyright © 2015. All rights reserved.