| 程序包 | 说明 |
|---|---|
| net.objecthunter.exp4j.shuntingyard | |
| net.objecthunter.exp4j.tokenizer |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 限定符和类型 | 类和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
Token |
Tokenizer.nextToken() |
Copyright © 2025. All rights reserved.