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

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

There is a newer version: 1.4.4
Show newest version
package org.unlaxer.tinyexpression.parser;

import org.unlaxer.TokenPredicators;
import org.unlaxer.parser.referencer.MatchedTokenParser;
import org.unlaxer.tinyexpression.parser.javalang.NumberVariableDeclarationParser;

public class NumberVariableDeclarationMatchedTokenParser extends MatchedTokenParser{

  public NumberVariableDeclarationMatchedTokenParser() {
    super(TokenPredicators.parsers(NumberVariableDeclarationParser.class));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy