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 {
}