org.unlaxer.tinyexpression.parser.BooleanVariableDeclarationMatchedTokenParser Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy