All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unlaxer.tinyexpression.parser.StringFactorParser Maven / Gradle / Ivy

package org.unlaxer.tinyexpression.parser;

import java.util.List;

import org.unlaxer.parser.Parser;

public class StringFactorParser extends AbstractStringFactorParser{

  @Override
  public boolean hasNakedVariableParser() {
    return true;
  }

  @Override
  public List getLazyParsers() {
    return getLazyParsers(true);
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy