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

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

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

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

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

/**
 * Supertype of all kotlin nodes.
 */
public interface KotlinNode extends AntlrNode {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy