Skip to content

Instantly share code, notes, and snippets.

@arthurpalves
Created May 27, 2020 07:40
Show Gist options
  • Save arthurpalves/56fb7427f85260ece995850a4af1d294 to your computer and use it in GitHub Desktop.
Save arthurpalves/56fb7427f85260ece995850a4af1d294 to your computer and use it in GitHub Desktop.
SyntaxVisitor_visitPost(_:ClassDeclSyntax)
/// The function called after visiting `ClassDeclSyntax` and its descendents.
/// - node: the node we just finished visiting.
open func visitPost(_ node: ClassDeclSyntax) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment