| Package | Description |
|---|---|
| net.objecthunter.exp4j.shuntingyard | |
| net.objecthunter.exp4j.tokenizer |
| Modifier and Type | Method and Description |
|---|---|
static Token[] |
ShuntingYard.convertToRPN(String expression,
Map<String,Function> userFunctions,
Map<String,Operator> userOperators,
Set<String> variableNames,
boolean implicitMultiplication)
Convert a Set of tokens from infix to reverse polish notation
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionToken |
class |
NumberToken
Represents a number in the expression
|
class |
OperatorToken
Represents an operator used in expressions
|
class |
VariableToken
represents a setVariable used in an expression
|
| Modifier and Type | Method and Description |
|---|---|
Token |
Tokenizer.nextToken() |
Copyright © 2017. All rights reserved.