ICommonRegexVisitor<Result> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
This interface defines a complete generic visitor for a parse tree produced by CommonRegexParser.
[System.CLSCompliant(false)]
public interface ICommonRegexVisitor<Result> : Antlr4.Runtime.Tree.IParseTreeVisitor<Result>
[<System.CLSCompliant(false)>]
type ICommonRegexVisitor<'Result> = interface
interface IParseTreeVisitor<'Result>
Public Interface ICommonRegexVisitor(Of Result)
Implements IParseTreeVisitor(Of Result)
Type Parameters
- Result
The return type of the visit operation.
- Derived
- Attributes
- Implements
-
Antlr4.Runtime.Tree.IParseTreeVisitor<Result>