Home
last modified time | relevance | path

Searched defs:ActionVisitor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs80 class ActionVisitor : Visitor { class in Antlr.Runtime.Tree.TreeWizard
83 public ActionVisitor(System.Action<object> action) { in ActionVisitor() method in Antlr.Runtime.Tree.TreeWizard.ActionVisitor