- getAllowedFunctionCharacters() - Static method in class net.objecthunter.exp4j.function.Function
-
Get the set of characters which are allowed for use in Function names.
- getBuiltinFunction(String) - Static method in class net.objecthunter.exp4j.function.Functions
-
Get the builtin function for a given name
- getBuiltinOperator(char, int) - Static method in class net.objecthunter.exp4j.operator.Operators
-
- getErrors() - Method in class net.objecthunter.exp4j.ValidationResult
-
Get the list of errors describing the issues while validating the expression
- getFunction() - Method in class net.objecthunter.exp4j.tokenizer.FunctionToken
-
- getName() - Method in class net.objecthunter.exp4j.function.Function
-
Get the name of the Function
- getName() - Method in class net.objecthunter.exp4j.tokenizer.VariableToken
-
Get the name of the setVariable
- getNumArguments() - Method in class net.objecthunter.exp4j.function.Function
-
Get the number of arguments for this function
- getNumOperands() - Method in class net.objecthunter.exp4j.operator.Operator
-
Get the number of operands
- getOperator() - Method in class net.objecthunter.exp4j.tokenizer.OperatorToken
-
Get the operator for that token
- getPrecedence() - Method in class net.objecthunter.exp4j.operator.Operator
-
Check the precedence value for the operator
- getSymbol() - Method in class net.objecthunter.exp4j.operator.Operator
-
Get the operator symbol
- getType() - Method in class net.objecthunter.exp4j.tokenizer.Token
-
- getValue() - Method in class net.objecthunter.exp4j.tokenizer.NumberToken
-
Get the value of the number