We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public enum VisitorContinueKind
visitChildren
The visitor should visit the descendents of the current node.
case visitChildren
skipChildren
The visitor should avoid visiting the descendents of the current node.
case skipChildren
inherit
The visitor should inherit the behavior from the current context.
case inherit