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

org.unlaxer.tinyexpression.parser.BooleanVariableDeclarationMatchedTokenParser 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.BooleanVariableDeclarationParser;

public class BooleanVariableDeclarationMatchedTokenParser extends MatchedTokenParser{

  public BooleanVariableDeclarationMatchedTokenParser() {
    super(TokenPredicators.parsers(BooleanVariableDeclarationParser.class));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy