Package parsing

Class InfixTokenizer

Object
InfixTokenizer

public class InfixTokenizer
extends Object
InfixTokenizer modifies and tokenizes infix into a format supported by FunctionParser.
  • Method Summary

    Modifier and Type Method Description
    static List<String> tokenizeInfix​(String infix)
    Tokenizes an input infix string and modifies it to a format supported by FunctionParser

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • tokenizeInfix

      public static List<String> tokenizeInfix​(String infix)
      Tokenizes an input infix string and modifies it to a format supported by FunctionParser
      Parameters:
      infix - input string in infix
      Returns:
      array of modified infix tokens