ICommonRegexVisitor<Result>.VisitLiteral(CommonRegexParser+LiteralContext) Method
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.
Visit a parse tree produced by literal().
public Result VisitLiteral (CommonRegexParser.LiteralContext context);
abstract member VisitLiteral : CommonRegexParser.LiteralContext -> 'Result
Public Function VisitLiteral (context As CommonRegexParser.LiteralContext) As Result
Parameters
- context
- CommonRegexParser.LiteralContext
The parse tree.
Returns
- Result