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

net.sourceforge.pmd.lang.swift.ast.SwiftNode Maven / Gradle / Ivy

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

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

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


/**
 * Supertype of all swift nodes.
 */
public interface SwiftNode extends AntlrNode {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy