| 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)
Convert a Set of tokens from infix to reverse polish notation
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentSeparatorToken
Represents an argument separator in functions i.e: ','
|
class |
CloseParanthesesToken
represents closed parentheses
|
class |
FunctionToken |
class |
NumberToken
Represents a number in the expression
|
class |
OpenParanthesesToken |
class |
OperatorToken
Represents an operator used in expressions
|
class |
VariableToken
represents a variable used in an expression
|
| Modifier and Type | Method and Description |
|---|---|
Token |
Tokenizer.nextToken() |
Copyright © 2014. All rights reserved.