Package net.sourceforge.pmd.lang.swift.ast
-
Interface Summary Interface Description SwiftListener This interface defines a complete listener for a parse tree produced bySwiftParser
.SwiftNode Supertype of all swift nodes.SwiftVisitor<P,R> This interface defines a complete generic visitor for a parse tree produced bySwiftParser
.