jhplot.math.exp4j.tokenizer
Class OperatorToken
- java.lang.Object
-
- jhplot.math.exp4j.tokenizer.Token
-
- jhplot.math.exp4j.tokenizer.OperatorToken
-
public class OperatorToken extends Token
Represents an operator used in expressions
-
-
Field Summary
-
Fields inherited from class jhplot.math.exp4j.tokenizer.Token
TOKEN_FUNCTION, TOKEN_NUMBER, TOKEN_OPERATOR, TOKEN_PARENTHESES_CLOSE, TOKEN_PARENTHESES_OPEN, TOKEN_SEPARATOR, TOKEN_VARIABLE
-
-
Constructor Summary
Constructors Constructor and Description OperatorToken(Operator op)
Create a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Operator
getOperator()
Get the operator for that token
-
DMelt 3.0 © DataMelt by jWork.ORG