Class ExpressionParser

java.lang.Object
edu.cmu.tetrad.calculator.parser.ExpressionParser

public class ExpressionParser extends Object
Parses a string into a tree-like expression.
Author:
Tyler Gibson
  • Constructor Details

    • ExpressionParser

      public ExpressionParser()
      Constructrs a parser that has no allowable parameters.
    • ExpressionParser

      public ExpressionParser(Collection<String> parameters, ExpressionParser.RestrictionType type)
      Constructs the parser given a collection of allowable parameters.
  • Method Details