Package net.sourceforge.pmd.lang.swift.ast
package net.sourceforge.pmd.lang.swift.ast
-
ClassDescriptionAdapter for the SwiftParser.This class provides an empty implementation of
SwiftListener, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced bySwiftParser.Supertype of all swift nodes.SwiftVisitor<P,R> This interface defines a complete generic visitor for a parse tree produced bySwiftParser.SwiftVisitorBase<P,R> Base class for swift visitors.