Class Tokenizer


  • public class Tokenizer
    extends java.lang.Object
    Parses and calculates an expression, for example "sin(2*pi*x)/3"
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<Token> getTokens​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait