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

net.sourceforge.pmd.lang.kotlin.ast.KotlinNameDictionary Maven / Gradle / Ivy

/*
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */

package net.sourceforge.pmd.lang.kotlin.ast;

import org.antlr.v4.runtime.Vocabulary;

import net.sourceforge.pmd.lang.ast.impl.antlr4.AntlrNameDictionary;


final class KotlinNameDictionary extends AntlrNameDictionary {

    KotlinNameDictionary(Vocabulary vocab, String[] ruleNames) {
        super(vocab, ruleNames);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy